[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 6 / ChainedAnimation / 3.0.0 / ChainedAnimation.podspec.json
blob12c1d6617f5b3ccf041a8d1020e8c0944fa63fdc
2   "name": "ChainedAnimation",
3   "version": "3.0.0",
4   "summary": "ChainedAnimation is a small Swift library to chain multiple animations with different delays.",
5   "homepage": "https://github.com/daehn/ChainedAnimation",
6   "license": "MIT",
7   "authors": {
8     "Silvan Dähn": "silvandaehn@me.com"
9   },
10   "source": {
11     "git": "https://github.com/daehn/ChainedAnimation.git",
12     "tag": "3.0.0"
13   },
14   "social_media_url": "https://twitter.com/silvandaehn",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "3"
21   },
22   "source_files": [
23     "ChainedAnimation",
24     "ChainedAnimation/**/*.{h,m,swift}"
25   ]