blob: 32b93bdc5158cd57806194c14e8bf4c2cf0abf47 [file] [log] [blame]
{
"name": "RazzleDazzle",
"version": "0.1.2",
"summary": "Simple Swift keyframe animations for scrolling intros",
"homepage": "https://github.com/IFTTT/RazzleDazzle",
"license": "MIT",
"authors": {
"Laura Skelton": "laura@ifttt.com",
"Max Meyers": "max@ifttt.com",
"Devin Foley": "devin@ifttt.com"
},
"source": {
"git": "https://github.com/IFTTT/RazzleDazzle.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/IFTTT",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"compiler_flags": "-fmodules",
"frameworks": "UIKit",
"description": "Razzle Dazzle is a Swift keyframe animation framework by IFTTT, based on Jazz Hands. Move UIViews around the screen based on UIScrollView input, KVO, or anything really. Works well with AutoLayout.",
"source_files": "Source/*.{h,swift}"
}