[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / c / 5 / RgBaseObject / 0.0.6 / RgBaseObject.podspec.json
blobb7c6b7de621ea31aca5fb7d86f489c31cf557697
2   "name": "RgBaseObject",
3   "version": "0.0.6",
4   "summary": "基础组件",
5   "description": "基础组件,初始化等等",
6   "homepage": "https://dazhongge.com",
7   "license": "MIT",
8   "authors": {
9     "Rogue": "619455850@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/RogueAndy/RgBaseObject.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "RgBaseObject/*",
19   "public_header_files": "RgBaseObject/*.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "RgBaseObject/Category/*",
29       "public_header_files": "RgBaseObject/Category/*.h",
30       "ios": {
31         "frameworks": [
32           "UIKit",
33           "Foundation"
34         ]
35       },
36       "dependencies": {
37         "RgBaseObject/Tool": [
39         ]
40       }
41     },
42     {
43       "name": "Tool",
44       "source_files": "RgBaseObject/Tool/*",
45       "public_header_files": "RgBaseObject/Tool/*.h",
46       "ios": {
47         "frameworks": [
48           "UIKit",
49           "Foundation"
50         ]
51       }
52     }
53   ]