blob: 4339d481bdb41158cb0d3c5312340ad5337f4581 [file] [log] [blame]
{
"name": "ChainedAnimation",
"version": "2.0.0",
"summary": "ChainedAnimation is a small library to chain multiple animations with different delays.",
"homepage": "https://github.com/daehn/ChainedAnimation",
"license": "MIT",
"authors": {
"Silvan Dähn": "silvandaehn@me.com"
},
"source": {
"git": "https://github.com/daehn/Chain.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/silvandaehn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ChainedAnimation": [
"Pod/Assets/*.png"
]
}
}