blob: 290cd68b12e53216911e9738e3d6589e06eff7cf [file] [log] [blame]
{
"name": "CPAnimationSequence",
"version": "0.0.3",
"summary": "Declaratively describe animation sequences that consist of multiple steps.",
"homepage": "http://github.com/yangmeyer/CPAnimationSequence",
"authors": {
"Yang Meyer": "mail@yangmeyer.de"
},
"source": {
"git": "https://github.com/yangmeyer/CPAnimationSequence.git",
"tag": "0.0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"Component",
"Component/private"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}