Skip to content

Commit 1cecb69

Browse files
committed
Updating podspec for new targets
1 parent aa00158 commit 1cecb69

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Localize-Swift.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Localize-Swift"
11-
s.version = "1.1.2"
11+
s.version = "1.5"
1212
s.summary = "Swift-friendly localization and i18n syntax with in-app language switching."
1313

1414
# This description is used to generate tags and improve search results.
@@ -27,8 +27,11 @@ Pod::Spec.new do |s|
2727
s.source = { :git => "https://github.com/marmelroy/Localize-Swift.git", :tag => s.version.to_s, :submodules => true}
2828
s.social_media_url = "http://twitter.com/marmelroy"
2929

30-
s.platform = :ios, '8.0'
30+
s.ios.deployment_target = '8.0'
31+
s.osx.deployment_target = '10.9'
3132
s.tvos.deployment_target = '9.0'
33+
s.watchos.deployment_target = '2.0'
34+
3235
s.requires_arc = true
3336

3437
s.source_files = 'Sources'

0 commit comments

Comments
 (0)