blob: d3d5e812029aaa6aaae28ca2cd4249564c641354 [file] [log] [blame]
{
"name": "JazzHands",
"version": "0.2.1",
"summary": "Simple keyframe animations for scrolling intros.",
"homepage": "https://github.com/IFTTT/JazzHands",
"authors": {
"Devin Foley": "devin@ifttt.com",
"Jonathan Hersh": "jonathan@ifttt.com",
"Max Meyers": "max@ifttt.com",
"Laura Skelton": "laura@ifttt.com"
},
"source": {
"git": "https://github.com/IFTTT/JazzHands.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "JazzHands/*.{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"
}