[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.0.1 / CGXCategoryKitOC.podspec.json
bloba6cefcc3745e24ff4052d1014163af4beb5bd3bd
2   "name": "CGXCategoryKitOC",
3   "version": "0.0.1",
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.1"
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     },
35     {
36       "name": "UIKit",
37       "subspecs": [
38         {
39           "name": "UIWindow",
40           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
41         }
42       ]
43     },
44     {
45       "name": "UIControl",
46       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
47     }
48   ]