blob: 1bbcab5139dab4edc8517b54295f5cd93c241c23 [file] [log] [blame]
{
"name": "CPAnimationSequence",
"version": "0.0.1",
"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",
"commit": "15daf95"
},
"license": {
"type": "MIT",
"file": "LICENSE.markdown"
},
"platforms": {
"ios": "4.3"
},
"source_files": "Component",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}