Skip to content

Commit

Permalink
Updated version on podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviSoto committed Oct 7, 2015
1 parent 9fb0142 commit 99bbc47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSDecoupledAppDelegate.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }

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}'
Expand Down

0 comments on commit 99bbc47

Please sign in to comment.