blob: 9c09096e045e31b31cfe50203879e369e4e6024f [file] [log] [blame]
{
"name": "JazzHands",
"version": "0.1.0",
"summary": "Simple keyframe animations for scrolling intros.",
"homepage": "https://github.com/IFTTT/JazzHands",
"authors": {
"Devin Foley": "devin@ifttt.com"
},
"source": {
"git": "https://github.com/IFTTT/JazzHands.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "src/*.{h,m}",
"description": "Jazz Hands is a keyframe animation framework by IFTTT. Move UIViews around the screen based on UIScrollView input, KVO, or anything really.",
"social_media_url": "https://twitter.com/ifttt"
}