diff --git a/JSDecoupledAppDelegate.podspec b/JSDecoupledAppDelegate.podspec index 5f5ab52..93608bc 100644 --- a/JSDecoupledAppDelegate.podspec +++ b/JSDecoupledAppDelegate.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "JSDecoupledAppDelegate" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "UIApplicationDelegate class that separates the different responsibilities into more more reusable classes." s.homepage = "https://github.com/JaviSoto/JSDecoupledAppDelegate" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Javier Soto" => "ios@javisoto.es" } - + s.source = { :git => "https://github.com/JaviSoto/JSDecoupledAppDelegate.git", :tag => s.version.to_s } s.platform = :ios, '5.0' s.source_files = 'JSDecoupledAppDelegate/*.{h,m}'