Skip to content

Commit

Permalink
Merge pull request #6548 from jhersh/master
Browse files Browse the repository at this point in the history
[Updated] JazzHands
  • Loading branch information
keith committed Jan 1, 2014
2 parents 1b7cbbf + 23997f1 commit 2f1b249
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JazzHands/0.0.3/JazzHands.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'JazzHands'
s.version = '0.0.3'
s.summary = 'Simple keyframe animations for scrolling intros.'
s.homepage = 'https://github.com/IFTTT/JazzHands'
s.author = { 'Devin Foley' => 'devin@ifttt.com' }
s.source = { :git => 'https://github.com/IFTTT/JazzHands.git', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.requires_arc = true
s.license = {
:type => 'MIT',
:file => 'LICENSE'
}
s.source_files = 'src/*.{h,m}'
s.description = "Jazz Hands is a keyframe animation framework by IFTTT. Move UIViews around the screen based on UIScrollView input, KVO, or anything really."
s.social_media_url = 'https://twitter.com/ifttt'
end

0 comments on commit 2f1b249

Please sign in to comment.