blob: eec726759baebc8b37409844d152e00b830a3c86 [file] [log] [blame]
{
"name": "PKAnimations",
"version": "0.1.2",
"summary": "A convenient way to run UIKit Animations in sequence and/or parallel using different easing equations.",
"homepage": "https://github.com/patrickkulling/PKAnimations",
"license": "MIT",
"authors": {
"Patrick Kulling": "kontakt@patrickkulling.de"
},
"source": {
"git": "https://github.com/patrickkulling/PKAnimations.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PKAnimations/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MGCommand": [
"0.1.1"
]
},
"ios": {
"frameworks": [
"Foundation",
"QuartzCore",
"CoreGraphics",
"UIKit"
]
}
}