Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolloqui authored Apr 15, 2018
1 parent fcefdb0 commit 1231ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AGi18n.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
Pod::Spec.new do |s|
s.name = "AGi18n"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "Localize iOS apps by automatically extracting texts from code and XIB files and inject them back on runtime."
s.description = "Utility to easily localize your iOS apps by automatically extracting texts from code and XIB files into a Localizable strings and inject them back on runtime without changing your XIB files."
s.homepage = "https://github.com/angelolloqui/AGi18n"
s.license = "MIT License"
s.author = { "Angel Garcia Olloqui" => "http://angelolloqui.com" }
s.source = { :git => "https://github.com/angelolloqui/AGi18n.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/angelolloqui/AGi18n.git", :tag => "0.0.5" }
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.source_files = 'lib/*.{h,m}'
Expand Down

0 comments on commit 1231ec3

Please sign in to comment.