Skip to content

Commit

Permalink
#10 Update podspec
Browse files Browse the repository at this point in the history
tomkowz committed Aug 23, 2015
1 parent 3257056 commit cf4e296
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions Swifternalization.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
Pod::Spec.new do |s|

s.name = "Swifternalization"
s.version = "1.2.1"
s.summary = "Swift Framework which helps in localizing apps."

s.homepage = "https://github.com/tomkowz/Swifternalization"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Tomasz Szulc" => "[email protected]" }
s.name = "Swifternalization"
s.version = "1.2.1"
s.summary = "Swift Framework which helps in localizing apps."
s.homepage = "https://github.com/tomkowz/Swifternalization"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tomasz Szulc" => "[email protected]" }
s.social_media_url = "http://twitter.com/tomkowz"

s.requires_arc = true
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '1.0'

s.source = { :git => "https://github.com/tomkowz/Swifternalization.git", :tag => "v1.2.1" }

s.documentation_url = 'http://szulctomasz.com/docs/swifternalization/public/'
s.watchos.deployment_target = '2.0'

s.source_files = 'Classes', 'Swifternalization/**/*.{swift,h}'
s.requires_arc = true
s.source = { :git => "https://github.com/tomkowz/Swifternalization.git", :tag => "v1.2.1" }
s.source_files = 'Classes', 'Swifternalization/**/*.{swift,h}'
s.watchos.source_files = 'Classes', 'Swifternalization/**/*.{swift,h}'

s.documentation_url = 'http://szulctomasz.com/docs/swifternalization/public/'
end

0 comments on commit cf4e296

Please sign in to comment.