[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 4 / d / 9 / CJGChainProgramming / 0.0.1 / CJGChainProgramming.podspec.json
blob3b8c7c7e5c3f03551a2b6331cc9183e5169707eb
2   "name": "CJGChainProgramming",
3   "version": "0.0.1",
4   "summary": "链式编程",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MackolChen",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MackolChen": "chenjg@tiens.com"
13   },
14   "source": {
15     "git": "https://github.com/MackolChen/CJGChainProgramming.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CJGChainProgramming/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "CJGChainProgrammingBase",
30       "source_files": "CJGChainProgramming/Classes/CJGChainProgrammingBase/*.{h,m}"
31     },
32     {
33       "name": "UIView",
34       "source_files": "CJGChainProgramming/Classes/UIView/*.{h,m}",
35       "dependencies": {
36         "CJGChainProgramming/CJGChainProgrammingBase": [
38         ],
39         "CJGChainProgramming/Categories": [
41         ],
42         "CJGChainProgramming/CALayer": [
44         ],
45         "CJGChainProgramming/UIGesture": [
47         ]
48       }
49     },
50     {
51       "name": "CALayer",
52       "source_files": "CJGChainProgramming/Classes/CALayer/*.{h,m}",
53       "dependencies": {
54         "CJGChainProgramming/CJGChainProgrammingBase": [
56         ],
57         "CJGChainProgramming/Categories": [
59         ]
60       }
61     },
62     {
63       "name": "UIGesture",
64       "source_files": "CJGChainProgramming/Classes/UIGesture/*.{h,m}",
65       "dependencies": {
66         "CJGChainProgramming/CJGChainProgrammingBase": [
68         ],
69         "CJGChainProgramming/Categories": [
71         ]
72       }
73     },
74     {
75       "name": "Categories",
76       "source_files": "CJGChainProgramming/Classes/Categories/*.{h,m}"
77     }
78   ]