[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / e / DSControls / 0.9.0 / DSControls.podspec.json
blob54e99752f563dbe8aef1058957a13a337c3ad25c
2   "name": "DSControls",
3   "version": "0.9.0",
4   "summary": "iOS UIView/CALayer Animations Sequence, Groups and Stacks",
5   "description": "Fast create animations sequences, groups, Stacks. See Readme and Example for more information.",
6   "homepage": "https://github.com/DimasSup/DSControls",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DimasSup": "dima.teleban@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DimasSup/DSControls.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "Animations",
25       "source_files": "DSControls/Classes/{AnimationSupport}/**/*",
26       "public_header_files": "DSControls/Classes/{AnimationSupport}/*.h"
27     },
28     {
29       "name": "Controls",
30       "source_files": "DSControls/Classes/{Controls}/**/*",
31       "public_header_files": "DSControls/Classes/{Controls}/**/*.h"
32     }
33   ]