[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 6 / 5 / f / MRBaseLibrary / 1.0.0 / MRBaseLibrary.podspec.json
blobbd3eb3bc4735f1f0f6ab446fb8cd83b69a608148
2   "name": "MRBaseLibrary",
3   "version": "1.0.0",
4   "summary": "A short description of MRBaseLibrary.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://10.10.10.129/Netpay5.0/Client-component/iOS_Component/MRBaseLibrary",
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/MRBaseLibrary.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "MRAlert",
24       "source_files": "MRBaseLibrary/Classes/MRAlert/**/*",
25       "dependencies": {
26         "MRBaseLibrary/MRCategory": [
28         ],
29         "MMPopupView": [
31         ],
32         "Masonry": [
34         ]
35       }
36     },
37     {
38       "name": "MRCategory",
39       "source_files": "MRBaseLibrary/Classes/MRCategory/**/*",
40       "dependencies": {
41         "MBProgressHUD": [
43         ]
44       }
45     },
46     {
47       "name": "MRConstants",
48       "source_files": "MRBaseLibrary/Classes/MRConstants/**/*"
49     },
50     {
51       "name": "MRTools",
52       "source_files": "MRBaseLibrary/Classes/MRTools/**/*",
53       "dependencies": {
54         "SDWebImage": [
56         ]
57       },
58       "requires_arc": [
59         "MRBaseLibrary/MRTools/Classes/ARC/GTMBase64/*.m"
60       ]
61     },
62     {
63       "name": "MRNetwork",
64       "source_files": "MRBaseLibrary/Classes/MRNetwork/**/*",
65       "dependencies": {
66         "MBProgressHUD": [
68         ],
69         "MJExtension": [
71         ],
72         "YYCache": [
74         ],
75         "AFNetworking": [
77         ],
78         "MRBaseLibrary/MRTools": [
80         ]
81       }
82     },
83     {
84       "name": "MRBase",
85       "source_files": "MRBaseLibrary/Classes/MRBase/**/*",
86       "dependencies": {
87         "MRBaseLibrary/MRConstants": [
89         ],
90         "MRBaseLibrary/MRCategory": [
92         ],
93         "MRBaseLibrary/MRTools": [
95         ],
96         "Masonry": [
98         ],
99         "NJKWebViewProgress": [
101         ],
102         "MBProgressHUD": [
104         ]
105       }
106     }
107   ]