[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.0.2 / CGXCategoryKitOC.podspec.json
blobb038355e0a9916bdd0b1de953e937533517b2203
2   "name": "CGXCategoryKitOC",
3   "version": "0.0.2",
4   "summary": "APP的Foundation、UIKit的延展库",
5   "description": "APP的Foundation、UIKit控件延展库)",
6   "homepage": "https://github.com/974794055/CGXCategoryKit-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "974794055": "974794055@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXCategoryKit-OC.git",
19     "tag": "0.0.2"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
24   "public_header_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "subspecs": [
29         {
30           "name": "NSTimer",
31           "source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}"
32         },
33         {
34           "name": "NSBundle",
35           "source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}"
36         }
37       ]
38     },
39     {
40       "name": "UIKit",
41       "subspecs": [
42         {
43           "name": "UIWindow",
44           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
45         }
46       ]
47     },
48     {
49       "name": "UIControl",
50       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
51     }
52   ]