[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / f / 9 / 5 / OC-Category / 0.1.3.1 / OC-Category.podspec.json
blob712413ae7d58024da763913c7ac21095be065c1c
2   "name": "OC-Category",
3   "version": "0.1.3.1",
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.1.3.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "subspecs": [
22     {
23       "name": "CoreData",
24       "source_files": "OC-Category/Classes/CoreData/**/*",
25       "public_header_files": "OC-Category/Classes/CoreData/**/*.h"
26     },
27     {
28       "name": "CoreLocation",
29       "source_files": "OC-Category/Classes/CoreLocation/**/*",
30       "public_header_files": "OC-Category/Classes/CoreLocation/**/*.h"
31     },
32     {
33       "name": "Foundation",
34       "source_files": "OC-Category/Classes/Foundation/**/*",
35       "public_header_files": "OC-Category/Classes/Foundation/**/*.h"
36     },
37     {
38       "name": "MapKit",
39       "source_files": "OC-Category/Classes/MapKit/**/*",
40       "public_header_files": "OC-Category/Classes/MapKit/**/*.h"
41     },
42     {
43       "name": "QuartzCore",
44       "source_files": "OC-Category/Classes/QuartzCore/**/*",
45       "public_header_files": "OC-Category/Classes/QuartzCore/**/*.h"
46     },
47     {
48       "name": "UIKit",
49       "source_files": "OC-Category/Classes/UIKit/**/*",
50       "public_header_files": "OC-Category/Classes/UIKit/**/*.h"
51     }
52   ]