[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 7 / b / YCPod / 0.1.9 / YCPod.podspec.json
blob76fc79260b96ce39066a9e45b8471a0f65321ea8
2   "name": "YCPod",
3   "version": "0.1.9",
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": "45024798@qq.com"
10   },
11   "source": {
12     "git": "https://git.oschina.net/shenglong/YCPod.git",
13     "tag": "0.1.9"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "NetWork",
26       "source_files": "Pod/Classes/Network/**/*",
27       "public_header_files": "Pod/Classes/Network/**/*.h",
28       "dependencies": {
29         "YCPod/CommUtls": [
31         ],
32         "AFNetworking": [
33           "~> 2.3"
34         ],
35         "ReactiveCocoa": [
36           "~> 2.5"
37         ],
38         "Reachability": [
39           "~> 3.2"
40         ]
41       }
42     },
43     {
44       "name": "YCiConsole",
45       "source_files": "Pod/Classes/YCiConsole/**/*",
46       "public_header_files": "Pod/Classes/YCiConsole/**/*.h",
47       "dependencies": {
48         "iConsole": [
49           "1.5.3"
50         ]
51       }
52     },
53     {
54       "name": "CommUtls",
55       "source_files": "Pod/Classes/CommUtls/**/*",
56       "public_header_files": "Pod/Classes/CommUtls/**/*.h",
57       "dependencies": {
58         "OpenUDID": [
59           "~> 1.0.0"
60         ],
61         "Reachability": [
62           "~> 3.2"
63         ]
64       },
65       "frameworks": [
66         "CoreTelephony",
67         "SystemConfiguration"
68       ]
69     },
70     {
71       "name": "Base",
72       "source_files": "Pod/Classes/Base/**/*",
73       "public_header_files": "Pod/Classes/Base/**/*.h",
74       "dependencies": {
75         "ReactiveCocoa": [
76           "~> 2.5"
77         ],
78         "ReactiveViewModel": [
79           "~> 0.3"
80         ],
81         "Mantle": [
82           "~> 1.5.5"
83         ],
84         "Masonry": [
85           "~> 0.6.2"
86         ],
87         "IQKeyboardManager": [
88           "~> 3.2.4"
89         ],
90         "YCPod/NetWork": [
92         ]
93       }
94     }
95   ]