Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Dec 7, 2015
1 parent 3da6487 commit 1203895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Localize-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "Localize-Swift"
s.version = "0.7"
s.version = "1.0"
s.summary = "Swift-friendly localization and i18n with in-app language switching."
s.description = "Localize-Swift is a simple framework that improves i18n and localization in Swift iOS apps - providing cleaner syntax and in-app language switching."
s.homepage = "https://github.com/marmelroy/Localize-Swift"
s.license = "MIT"
s.author = { "Roy Marmelstein" => "[email protected]" }
s.social_media_url = "http://twitter.com/marmelroy"
s.source = { :git => "https://github.com/marmelroy/Localize-Swift.git", :tag => "0.7" }
s.source = { :git => "https://github.com/marmelroy/Localize-Swift.git", :tag => "1.0" }
s.source_files = "Source"
s.platform = :ios
s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit 1203895

Please sign in to comment.