Skip to content

Commit

Permalink
Bump Podspec to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Jun 4, 2013
1 parent d0e231b commit b6d72df
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.1.0'
s.version = '1.1.1'
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.1.0' }
s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.1.1' }
s.source_files = 'Code'
s.requires_arc = true
end

0 comments on commit b6d72df

Please sign in to comment.