[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / 3 / HR_Networking / 0.1.0 / HR_Networking.podspec.json
blobdd90199c90a67160ab9cbc93f1f417d9ed05d1d0
2   "name": "HR_Networking",
3   "version": "0.1.0",
4   "summary": "HR_Networking",
5   "description": "risenb iOS development components of description",
6   "homepage": "https://github.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "穆英波": "obgniyum@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/iOS-Risenb/HR_Networking.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HR_Networking/Classes/*.{h}",
22   "resource_bundles": {
23     "HR_Networking": [
24       "HR_Networking/**/*.{md}"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Network",
30       "source_files": "HR_Networking/Classes/Network/*.{h,m}",
31       "dependencies": {
32         "AFNetworking": [
34         ]
35       }
36     },
37     {
38       "name": "Network_UI",
39       "source_files": "HR_Networking/Classes/Network_UI/**/*.{h,m}",
40       "resources": [
41         "HR_Networking/Classes/Network_UI/**/*.xib"
42       ],
43       "dependencies": {
44         "HR_Networking/Network": [
46         ]
47       }
48     }
49   ]