blob: 632c05e05a99a539d3d9d7a54e003c721bb0a21f [file] [log] [blame]
{
"name": "JazzHands",
"version": "0.1.1",
"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.1"
},
"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",
"compiler_flags": "-fmodules"
}