blob: 9941e1537416787027f83afc2f978a012352ea25 [file] [log] [blame]
{
"name": "JazzHands",
"version": "0.0.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.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "src/*.{h,m}",
"description": "Jazz Hands is an keyframe animation framework by IFTTT. Move UIViews around the screen based on UIScrollView input, KVO, or anything really.",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}