[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / d / 1 / 0 / MR_Network / 1.0.2 / MR_Network.podspec.json
blobbb2578b182412c11d1b2211634d3be93fdc2784c
2   "name": "MR_Network",
3   "version": "1.0.2",
4   "summary": "A short description of MR_Network.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://10.10.10.129/Netpay5.0/Client-component/iOS_Component/MR_Network",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wang_lj": "wang_lj@murongtech.com"
13   },
14   "source": {
15     "git": "http://10.10.10.129/Netpay5.0/Client-component/iOS_Component/MR_Network.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "BaseRequest",
24       "source_files": "MR_Network/Classes/BaseRequest/**/*",
25       "dependencies": {
26         "MR_Tools": [
28         ],
29         "MBProgressHUD": [
31         ],
32         "MJExtension": [
34         ],
35         "PPNetworkHelper": [
37         ],
38         "MR_Network/NetworkConstants": [
40         ],
41         "MR_Network/BaseResponseModel": [
43         ],
44         "MR_Network/NetworkTools": [
46         ]
47       }
48     },
49     {
50       "name": "BaseResponseModel",
51       "source_files": "MR_Network/Classes/BaseResponseModel/**/*"
52     },
53     {
54       "name": "EncryptionModel",
55       "source_files": "MR_Network/Classes/EncryptionModel/**/*"
56     },
57     {
58       "name": "NetworkConstants",
59       "source_files": "MR_Network/Classes/NetworkConstants/**/*"
60     },
61     {
62       "name": "NetworkTools",
63       "source_files": "MR_Network/Classes/NetworkTools/**/*",
64       "dependencies": {
65         "MR_Network/BaseResponseModel": [
67         ],
68         "MR_Network/EncryptionModel": [
70         ],
71         "MR_Network/NetworkConstants": [
73         ],
74         "MR_Tools": [
76         ],
77         "MJExtension": [
79         ]
80       }
81     }
82   ]