[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / d / KSOAnimation / 0.5.0 / KSOAnimation.podspec.json
blob5a09ed70c0889260f1881a76890d5bff76ade051
2   "name": "KSOAnimation",
3   "version": "0.5.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.5.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   "private_header_files": "KSOAnimation/Private/*.h",
25   "resource_bundles": {
26     "KSOAnimation": [
27       "KSOAnimation/**/*.{lproj}"
28     ]
29   },
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "dependencies": {
34     "Stanley": [
36     ]
37   }