Skip to content

Commit

Permalink
Add podspec.
Browse files Browse the repository at this point in the history
Update podspec.
  • Loading branch information
tomkowz committed Jun 29, 2015
1 parent 618274a commit aee71e7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Swifternalization.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|

s.name = "Swifternalization"
s.version = "1.0.2"
s.summary = "Library that helps in localizing apps. It is written in Swift."

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

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

s.author = { "Tomasz Szulc" => "szulctomasz@me.com" }
s.social_media_url = "http://twitter.com/tomkowz"

s.platform = :ios, '8.0'

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

s.source_files = 'Classes', 'Swifternalization/**/*.{swift,h}'
s.requires_arc = true

end

0 comments on commit aee71e7

Please sign in to comment.