[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 4 / d / KSOAnimation / 0.1.0 / KSOAnimation.podspec.json
blobb063d34a7bafa695e4807656310bb3c05ed624ef
2   "name": "KSOAnimation",
3   "version": "0.1.0",
4   "summary": "KSOAnimation is a collection of animations and transitions that extend the UIKit framework.",
5   "description": "KSOAnimation is a collection of animations and transitions that extend the `UIKit` framework. They facilitate custom presentation and dismissal animations.",
6   "homepage": "https://github.com/Kosoku/KSOAnimation",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/KSOAnimation.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "KSOAnimation/**/*.{h,m}",
23   "exclude_files": "KSOAnimation/KSOAnimation-Info.h",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "dependencies": {
28     "Stanley": [
30     ]
31   }