Skip to content

Commit

Permalink
Adding TransitionKit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 28, 2013
1 parent b6d4d1b commit e1b0de4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions TransitionKit/1.0.0/TransitionKit.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'TransitionKit'
s.version = '1.0.0'
s.license = 'Apache2'
s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.'
s.homepage = 'https://github.com/blakewatters/TransitionKit'
s.authors = { 'Blake Watters' => 'blakewatters@gmail.com' }
s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.0.0' }
s.source_files = 'Code'
s.requires_arc = true
end

0 comments on commit e1b0de4

Please sign in to comment.