From 2c60a47d7293c9b9550add512ad7aa88500d9e05 Mon Sep 17 00:00:00 2001 From: Tomasz Szulc Date: Tue, 30 Jun 2015 16:45:06 +0200 Subject: [PATCH] Update podspec and README.md --- README.md | 2 +- Swifternalization.podspec | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 699d80a..8b7dcc6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Swifternalization.podspec b/Swifternalization.podspec index 1f3796b..3b4a1c9 100644 --- a/Swifternalization.podspec +++ b/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" @@ -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