Skip to content

Commit

Permalink
Update podspec and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkowz committed Jun 30, 2015
1 parent ed767b4 commit 2c60a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ I noticed that Travis CI sometimes reports that build failed. I don't know why,
## Installation
With CocoaPods:

pod 'Swifternalization', '~> 1.0.2'
pod 'Swifternalization', '~> 1.0.2.1'

Without CocoaPods:
If you want to integrate it with your project just import files from *Swifternalization/Swifternalization* directory.
Expand Down
6 changes: 4 additions & 2 deletions Swifternalization.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

s.homepage = "https://github.com/tomkowz/Swifternalization"
Expand All @@ -13,7 +13,9 @@ Pod::Spec.new do |s|

s.platform = :ios, '8.0'

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

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

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

0 comments on commit 2c60a47

Please sign in to comment.