Skip to content

Commit

Permalink
Bump Podspec to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Apr 11, 2013
1 parent 19913cd commit 86cbe41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TransitionKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'TransitionKit'
s.version = '1.0.0'
s.version = '1.1.0'
s.license = 'Apache2'
s.summary = 'A block-based State Machine API for Objective-C.'
s.homepage = 'https://github.com/blakewatters/TransitionKit'
s.authors = { 'Blake Watters' => '[email protected]' }
s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.1.0' }
s.source_files = 'Code'
s.requires_arc = true
end

0 comments on commit 86cbe41

Please sign in to comment.