[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 5 / f / MRBaseLibrary / 1.0.1 / MRBaseLibrary.podspec.json
blob3c6e1dd3a241e5d6064de1396a6002ec2d01206c
2   "name": "MRBaseLibrary",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "BaseConstants",
24       "source_files": "MRBaseLibrary/Classes/BaseConstants/**/*",
25       "dependencies": {
26         "MRBaseLibrary/MRCategory": [
28         ],
29         "MRBaseLibrary/MRAlert": [
31         ],
32         "MRBaseLibrary/MRBase": [
34         ],
35         "MRBaseLibrary/MRConstants": [
37         ],
38         "MRBaseLibrary/MRNetwork": [
40         ],
41         "MRBaseLibrary/MRTools": [
43         ]
44       }
45     },
46     {
47       "name": "MRAlert",
48       "source_files": "MRBaseLibrary/Classes/MRAlert/**/*",
49       "dependencies": {
50         "MRBaseLibrary/MRCategory": [
52         ],
53         "MMPopupView": [
55         ],
56         "Masonry": [
58         ]
59       }
60     },
61     {
62       "name": "MRCategory",
63       "source_files": "MRBaseLibrary/Classes/MRCategory/**/*",
64       "dependencies": {
65         "MBProgressHUD": [
67         ]
68       }
69     },
70     {
71       "name": "MRConstants",
72       "source_files": "MRBaseLibrary/Classes/MRConstants/**/*"
73     },
74     {
75       "name": "MRTools",
76       "source_files": "MRBaseLibrary/Classes/MRTools/**/*",
77       "dependencies": {
78         "SDWebImage": [
80         ]
81       },
82       "requires_arc": [
83         "MRBaseLibrary/MRTools/Classes/ARC/GTMBase64/*.m"
84       ]
85     },
86     {
87       "name": "MRNetwork",
88       "source_files": "MRBaseLibrary/Classes/MRNetwork/**/*",
89       "dependencies": {
90         "MBProgressHUD": [
92         ],
93         "MJExtension": [
95         ],
96         "YYCache": [
98         ],
99         "AFNetworking": [
101         ],
102         "MRBaseLibrary/MRTools": [
104         ]
105       }
106     },
107     {
108       "name": "MRBase",
109       "source_files": "MRBaseLibrary/Classes/MRBase/**/*",
110       "dependencies": {
111         "MRBaseLibrary/MRConstants": [
113         ],
114         "MRBaseLibrary/MRCategory": [
116         ],
117         "MRBaseLibrary/MRTools": [
119         ],
120         "Masonry": [
122         ],
123         "NJKWebViewProgress": [
125         ],
126         "MBProgressHUD": [
128         ]
129       }
130     }
131   ]