[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / c / b / RAMUtil / 1.0.4 / RAMUtil.podspec.json
blobb819d68d289df77594c711ce79710d9df46e9f93
2   "name": "RAMUtil",
3   "version": "1.0.4",
4   "summary": "This is a util",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/RamboQiu/RAMUtil.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RamboQiu": "625217640@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/RamboQiu/RAMUtil.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RAMUtil/**/*",
22   "subspecs": [
23     {
24       "name": "RAMExport",
25       "source_files": "RAMUtil/RAMExport/*.{h,m}",
26       "public_header_files": "RAMUtil/RAMExport/*.h"
27     },
28     {
29       "name": "RAMLog",
30       "source_files": "RAMUtil/RAMLog/*.{h,m}",
31       "public_header_files": "RAMUtil/RAMLog/*.h"
32     },
33     {
34       "name": "RAMSafeCollection",
35       "source_files": "RAMUtil/RAMSafeCollection/*.{h,m}",
36       "public_header_files": "RAMUtil/RAMSafeCollection/*.h"
37     },
38     {
39       "name": "RAMMustOverrider",
40       "source_files": "RAMUtil/RAMMustOverrider/*.{h,m}",
41       "public_header_files": "RAMUtil/RAMMustOverrider/*.h"
42     },
43     {
44       "name": "RAMFrame",
45       "source_files": "RAMUtil/RAMFrame/*.{h,m}",
46       "public_header_files": "RAMUtil/RAMFrame/*.h"
47     },
48     {
49       "name": "RAMCellData",
50       "source_files": "RAMUtil/RAMCellData/*.{h,m}",
51       "public_header_files": "RAMUtil/RAMCellData/*.h"
52     },
53     {
54       "name": "RAMColor",
55       "source_files": "RAMUtil/RAMColor/*.{h,m}",
56       "public_header_files": "RAMUtil/RAMColor/*.h"
57     },
58     {
59       "name": "RAMImage",
60       "source_files": "RAMUtil/RAMImage/*.{h,m}",
61       "public_header_files": "RAMUtil/RAMImage/*.h"
62     },
63     {
64       "name": "RAMMacros",
65       "source_files": "RAMUtil/RAMMacros/*.{h,m}",
66       "public_header_files": "RAMUtil/RAMMacros/*.h"
67     }
68   ]