blob: 12c1d6617f5b3ccf041a8d1020e8c0944fa63fdc [file] [log] [blame]
{
"name": "ChainedAnimation",
"version": "3.0.0",
"summary": "ChainedAnimation is a small Swift 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/ChainedAnimation.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/silvandaehn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"source_files": [
"ChainedAnimation",
"ChainedAnimation/**/*.{h,m,swift}"
]
}