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