diff --git a/AGi18n.podspec b/AGi18n.podspec index 29068f6..9d91cc9 100644 --- a/AGi18n.podspec +++ b/AGi18n.podspec @@ -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}'