[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / b / RAMUtil / 1.0.0 / RAMUtil.podspec.json
blobd848006f313309f40767f56d529c5b8cad33acab
2   "name": "RAMUtil",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "RAMExport",
24       "source_files": "RAMUtil/RAMExport/*.{h,m}",
25       "public_header_files": "RAMUtil/RAMExport/*.h"
26     },
27     {
28       "name": "RAMLog",
29       "source_files": "RAMUtil/RAMLog/*.{h,m}",
30       "public_header_files": "RAMUtil/RAMLog/*.h"
31     },
32     {
33       "name": "RAMSafeCollection",
34       "source_files": "RAMUtil/RAMSafeCollection/*.{h,m}",
35       "public_header_files": "RAMUtil/RAMSafeCollection/*.h"
36     },
37     {
38       "name": "RAMMustOverrider",
39       "source_files": "RAMUtil/RAMMustOverrider/*.{h,m}",
40       "public_header_files": "RAMUtil/RAMMustOverrider/*.h"
41     },
42     {
43       "name": "RAMFrame",
44       "source_files": "RAMUtil/RAMFrame/*.{h,m}",
45       "public_header_files": "RAMUtil/RAMFrame/*.h"
46     },
47     {
48       "name": "RAMCellData",
49       "source_files": "RAMUtil/RAMCellData/*.{h,m}",
50       "public_header_files": "RAMUtil/RAMCellData/*.h"
51     }
52   ]