[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 9 / CN_Networking / 0.3.0 / CN_Networking.podspec.json
blob773694c003306bf3ab18cbf861b92019fa9593b1
2   "name": "CN_Networking",
3   "version": "0.3.0",
4   "summary": "A short description of CN_Networking.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/obgniyum/CN_Networking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "obgniyum": "obgniyum@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/obgniyum/CN_Networking.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CN_Networking/Classes/**/*",
22   "resource_bundles": {
23     "CN_Networking": [
24       "CN_Networking/**/*.{md}"
25     ]
26   },
27   "dependencies": {
28     "AFNetworking": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Network",
35       "source_files": "CN_Networking/Classes/Network/*.{h,m}",
36       "dependencies": {
37         "AFNetworking": [
39         ]
40       }
41     },
42     {
43       "name": "Float",
44       "source_files": "CN_Networking/Classes/Float/*.{h,m}",
45       "dependencies": {
46         "CN_Networking/Network": [
48         ]
49       }
50     },
51     {
52       "name": "Readable",
53       "source_files": "CN_Networking/Classes/Readable/*.{h,m}"
54     }
55   ]