[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / 5 / OC-Category / 0.3.2.8 / OC-Category.podspec.json
blobd5a00e7b38becbff6f558de4156f4ff7c5721371
2   "name": "OC-Category",
3   "version": "0.3.2.8",
4   "summary": "OC语言类目的归类整理, 格式化所有代码!",
5   "description": "整理了UIKit,CoreData,CoreLocation, MapKit, Founction, QuartCore等框架类目内容,方便开发中的使用.",
6   "homepage": "https://github.com/mrjlovetian/OC-Category",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "余洪江": "mrjyuhongjianglovetian@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mrjlovetian/OC-Category.git",
16     "tag": "0.3.2.8"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "OC-Category/Classes/{UIKit,QuartzCore,CoreData,Foundation,MapKit,CoreLocation}.h",
22   "public_header_files": "OC-Category/Classes/{UIKit,QuartzCore,CoreData,Foundation,MapKit,CoreLocation}.h",
23   "subspecs": [
24     {
25       "name": "CoreData",
26       "source_files": "OC-Category/Classes/CoreData/**/*",
27       "public_header_files": "OC-Category/Classes/CoreData/**/*.h"
28     },
29     {
30       "name": "CoreLocation",
31       "source_files": "OC-Category/Classes/CoreLocation/**/*",
32       "public_header_files": "OC-Category/Classes/CoreLocation/**/*.h"
33     },
34     {
35       "name": "Foundation",
36       "source_files": "OC-Category/Classes/Foundation/**/*",
37       "public_header_files": "OC-Category/Classes/Foundation/**/*.h"
38     },
39     {
40       "name": "MapKit",
41       "source_files": "OC-Category/Classes/MapKit/**/*",
42       "public_header_files": "OC-Category/Classes/MapKit/**/*.h"
43     },
44     {
45       "name": "QuartzCore",
46       "source_files": "OC-Category/Classes/QuartzCore/**/*",
47       "public_header_files": "OC-Category/Classes/QuartzCore/**/*.h"
48     },
49     {
50       "name": "UIKit",
51       "source_files": "OC-Category/Classes/UIKit/**/*",
52       "public_header_files": "OC-Category/Classes/UIKit/**/*.h"
53     }
54   ]