[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / b / f / CUSLayout / 1.1.6 / CUSLayout.podspec.json
blob021eb2d9ebec163762d711e605115896e757c1b0
2   "name": "CUSLayout",
3   "version": "1.1.6",
4   "summary": "iOS Auto Layout Manager.",
5   "homepage": "https://github.com/JJMM/CUSLayout",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "JJMM": "CUSLayout@163.com"
9   },
10   "source": {
11     "git": "https://github.com/JJMM/CUSLayout.git",
12     "tag": "1.1.6"
13   },
14   "frameworks": [
15     "Foundation",
16     "UIKit",
17     "CoreGraphics"
18   ],
19   "platforms": {
20     "ios": null
21   },
22   "source_files": "CUSLayout/CUSLayout.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "core",
27       "source_files": "CUSLayout/core/*"
28     },
29     {
30       "name": "algorithm",
31       "dependencies": {
32         "CUSLayout/core": [
34         ]
35       },
36       "source_files": "CUSLayout/algorithm/*"
37     },
38     {
39       "name": "extend",
40       "dependencies": {
41         "CUSLayout/core": [
43         ],
44         "CUSLayout/algorithm": [
46         ]
47       },
48       "source_files": "CUSLayout/extend/*"
49     },
50     {
51       "name": "util",
52       "dependencies": {
53         "CUSLayout/core": [
55         ],
56         "CUSLayout/algorithm": [
58         ]
59       },
60       "source_files": "CUSLayout/util/*"
61     }
62   ]