blob: 1e04ecb2593f528f305a1d1d3b04cf65f3f15d0b [file] [log] [blame]
{
"name": "RazzleDazzle",
"version": "0.1.5",
"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.5"
},
"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}",
"pushed_with_swift_version": "3.0"
}