[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / d / 1 / RGBasic / 0.0.9.2 / RGBasic.podspec.json
blob473b2c773acd8128bf87e500a4e76e15ba9277da
2   "name": "RGBasic",
3   "version": "0.0.9.2",
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.2"
19   },
20   "source_files": "RGBasic/XM.h",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "xcconfig": {
24     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
25   },
26   "subspecs": [
27     {
28       "name": "RGMacro",
29       "source_files": "RGBasic/XMMacro.h",
30       "public_header_files": "RGBasic/XMMacro.h"
31     },
32     {
33       "name": "RGNetwork",
34       "source_files": "RGBasic/XMNetWork(网络)/*.{h,m}",
35       "public_header_files": "RGBasic/XMNetWork(网络)/*.h",
36       "dependencies": {
37         "AFNetworking": [
38           "~> 3.1.0"
39         ]
40       }
41     },
42     {
43       "name": "RGCategory",
44       "source_files": "RGBasic/XMCategory(类目)/*.{h,m}",
45       "public_header_files": "RGBasic/XMCategory(类目)/*.h",
46       "dependencies": {
47         "RGBasic/RGUtilities": [
49         ],
50         "RGBasic/RGMacro": [
52         ]
53       },
54       "frameworks": "UIKit"
55     },
56     {
57       "name": "RGBasicUI",
58       "source_files": [
59         "RGBasic/XMBasicUI(UI基类)/*.{h,m}",
60         "RGBasic/XMBasicUI(UI基类)/**/*.h"
61       ],
62       "dependencies": {
63         "Masonry": [
64           "~> 1.1.0"
65         ],
66         "RGBasic/RGMacro": [
68         ],
69         "RGBasic/RGCategory": [
71         ]
72       }
73     },
74     {
75       "name": "RGUtilities",
76       "source_files": "RGBasic/XMUtilities(工具)/**/*.{h,m}",
77       "public_header_files": "RGBasic/XMUtilities(工具)/**/*.h",
78       "dependencies": {
79         "Base64": [
80           "~> 1.1.2"
81         ],
82         "MBProgressHUD": [
83           "~> 1.1.0"
84         ],
85         "RGBasic/RGMacro": [
87         ]
88       }
89     },
90     {
91       "name": "RGAboutProject",
92       "source_files": "RGBasic/XMAboutProject(工程相关)/*.{h,m}",
93       "dependencies": {
94         "RGBasic/RGBasicUI": [
96         ]
97       }
98     }
99   ]