blob: 3f13fe3469ff54cc945000da3f0be90580a550ce [file] [log] [blame]
{
"name": "PKAnimations",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "PKAnimations/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MGCommand": [
"0.2.0"
]
},
"ios": {
"frameworks": [
"Foundation",
"QuartzCore",
"CoreGraphics",
"UIKit"
]
}
}