[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / 1 / RGBasic / 0.0.9.3 / RGBasic.podspec.json
blobdc0a3131a25e9ea27e13e9b262a49ec5fce9b686
2   "name": "RGBasic",
3   "version": "0.0.9.3",
4   "summary": "A basic RGBasic.",
5   "homepage": "https://github.com/sunnyGT/RGBasic",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "Robin_Gzb": "a184820975@sina.cn"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/sunnyGT/RGBasic.git",
18     "tag": "0.0.9.3"
19   },
20   "resources": "Resources/*.{png,xib,nib,bundle}",
21   "source_files": "RGBasic/XM.h",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "xcconfig": {
25     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
26   },
27   "subspecs": [
28     {
29       "name": "RGMacro",
30       "source_files": "RGBasic/XMMacro.h",
31       "public_header_files": "RGBasic/XMMacro.h"
32     },
33     {
34       "name": "RGNetwork",
35       "source_files": "RGBasic/XMNetWork(网络)/*.{h,m}",
36       "public_header_files": "RGBasic/XMNetWork(网络)/*.h",
37       "dependencies": {
38         "AFNetworking": [
39           "~> 3.1.0"
40         ]
41       }
42     },
43     {
44       "name": "RGCategory",
45       "source_files": "RGBasic/XMCategory(类目)/*.{h,m}",
46       "public_header_files": "RGBasic/XMCategory(类目)/*.h",
47       "dependencies": {
48         "RGBasic/RGUtilities": [
50         ],
51         "RGBasic/RGMacro": [
53         ]
54       },
55       "frameworks": "UIKit"
56     },
57     {
58       "name": "RGBasicUI",
59       "source_files": [
60         "RGBasic/XMBasicUI(UI基类)/*.{h,m}",
61         "RGBasic/XMBasicUI(UI基类)/**/*.h"
62       ],
63       "dependencies": {
64         "Masonry": [
65           "~> 1.1.0"
66         ],
67         "RGBasic/RGMacro": [
69         ],
70         "RGBasic/RGCategory": [
72         ]
73       }
74     },
75     {
76       "name": "RGUtilities",
77       "source_files": "RGBasic/XMUtilities(工具)/**/*.{h,m}",
78       "public_header_files": "RGBasic/XMUtilities(工具)/**/*.h",
79       "dependencies": {
80         "Base64": [
81           "~> 1.1.2"
82         ],
83         "MBProgressHUD": [
84           "~> 1.1.0"
85         ],
86         "RGBasic/RGMacro": [
88         ]
89       }
90     },
91     {
92       "name": "RGAboutProject",
93       "source_files": "RGBasic/XMAboutProject(工程相关)/*.{h,m}",
94       "dependencies": {
95         "RGBasic/RGBasicUI": [
97         ],
98         "AFNetworking": [
99           "~> 3.1.0"
100         ]
101       }
102     }
103   ]