[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 7 / b / YCPod / 0.2.28 / YCPod.podspec.json
blob1668ab3302c2fa044bf3211bd3d184ae6245ba99
2   "name": "YCPod",
3   "version": "0.2.28",
4   "summary": "Sheng Long XM Pod YC.",
5   "description": "Sheng Long XM Pod YC.\nBase.",
6   "homepage": "https://git.oschina.net/shenglong",
7   "license": "MIT",
8   "authors": {
9     "shenglong": "shenglong514@gmail.com"
10   },
11   "source": {
12     "git": "https://git.oschina.net/shenglong/YCPod.git",
13     "tag": "0.2.28"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/YCPod.h",
20   "public_header_files": "Pod/Classes/YCPod.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "subspecs": [
26     {
27       "name": "CustomView",
28       "source_files": "Pod/Classes/CustomView/**/*",
29       "public_header_files": "Pod/Classes/CustomView/**/*.h",
30       "resources": "Pod/Assets/CustomView/*.png",
31       "dependencies": {
32         "YCPod/CommUtls": [
34         ],
35         "YCPod/Base": [
37         ],
38         "ReactiveCocoa": [
39           "~> 2.5"
40         ],
41         "Masonry": [
42           "~> 0.6.2"
43         ]
44       }
45     },
46     {
47       "name": "NetWork",
48       "source_files": "Pod/Classes/Network/**/*",
49       "public_header_files": "Pod/Classes/Network/**/*.h",
50       "dependencies": {
51         "YCPod/CommUtls": [
53         ],
54         "YCPod/YCiConsole": [
56         ],
57         "AFNetworking": [
58           "~> 2.3"
59         ],
60         "ReactiveCocoa": [
61           "~> 2.5"
62         ],
63         "Reachability": [
64           "~> 3.2"
65         ]
66       }
67     },
68     {
69       "name": "Base",
70       "source_files": "Pod/Classes/Base/**/*",
71       "public_header_files": "Pod/Classes/Base/**/*.h",
72       "dependencies": {
73         "ReactiveCocoa": [
74           "~> 2.5"
75         ],
76         "ReactiveViewModel": [
77           "~> 0.3"
78         ],
79         "Mantle": [
80           "~> 1.5.5"
81         ],
82         "Masonry": [
83           "~> 0.6.2"
84         ],
85         "FMDB": [
86           "2.5"
87         ],
88         "LKDBHelper": [
89           "2.1.2"
90         ],
91         "IQKeyboardManager": [
92           "~> 3.2.4"
93         ],
94         "YCPod/NetWork": [
96         ]
97       }
98     },
99     {
100       "name": "CommUtls",
101       "source_files": "Pod/Classes/CommUtls/**/*",
102       "public_header_files": "Pod/Classes/CommUtls/**/*.h",
103       "dependencies": {
104         "OpenUDID": [
105           "~> 1.0.0"
106         ],
107         "Reachability": [
108           "~> 3.2"
109         ]
110       },
111       "frameworks": [
112         "CoreTelephony",
113         "SystemConfiguration"
114       ]
115     },
116     {
117       "name": "YCiConsole",
118       "source_files": "Pod/Classes/YCiConsole/**/*",
119       "public_header_files": "Pod/Classes/YCiConsole/**/*.h",
120       "dependencies": {
121         "iConsole": [
122           "~> 1.5.3"
123         ],
124         "ReactiveCocoa": [
125           "~> 2.5"
126         ]
127       }
128     },
129     {
130       "name": "LoadingView",
131       "source_files": "Pod/Classes/LoadingView/**/*",
132       "public_header_files": "Pod/Classes/LoadingView/**/*.h",
133       "resources": "Pod/Assets/LoadingView/*.png",
134       "dependencies": {
135         "YCPod/CommUtls": [
137         ],
138         "Masonry": [
139           "~> 0.6.2"
140         ],
141         "ReactiveCocoa": [
142           "~> 2.5"
143         ]
144       }
145     },
146     {
147       "name": "AutoRefreshTable",
148       "source_files": "Pod/Classes/AutoRefreshTable/**/*",
149       "public_header_files": "Pod/Classes/AutoRefreshTable/**/*.h",
150       "resources": "Pod/Assets/AutoRefreshTable/*.png",
151       "dependencies": {
152         "YCPod/LoadingView": [
154         ],
155         "YCPod/Base": [
157         ]
158       }
159     }
160   ]