[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 7 / CGXCategoryKitOC / 0.0.4 / CGXCategoryKitOC.podspec.json
blob6985ee12f65767a1aedaf2ba2e1a121a8682d85b
2   "name": "CGXCategoryKitOC",
3   "version": "0.0.4",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/974794055/CGXCategoryKit-OC.git",
19     "tag": "0.0.4"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreFoundation",
25     "CoreText",
26     "CoreGraphics",
27     "CoreImage",
28     "QuartzCore",
29     "ImageIO",
30     "Accelerate",
31     "CoreServices",
32     "SystemConfiguration",
33     "AdSupport",
34     "CoreLocation",
35     "Accelerate",
36     "UserNotifications"
37   ],
38   "source_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
39   "public_header_files": "CGXCategoryKitOC/CGXCategoryKitOC.h",
40   "subspecs": [
41     {
42       "name": "Foundation",
43       "source_files": "CGXCategoryKitOC/Foundation/**/*.{h,m}",
44       "subspecs": [
45         {
46           "name": "NSTimer",
47           "source_files": "CGXCategoryKitOC/Foundation/NSTimer/**/*.{h,m}"
48         },
49         {
50           "name": "NSBundle",
51           "source_files": "CGXCategoryKitOC/Foundation/NSBundle/**/*.{h,m}"
52         },
53         {
54           "name": "UIColor",
55           "source_files": "CGXCategoryKitOC/Foundation/UIColor/**/*.{h,m}"
56         },
57         {
58           "name": "UIDevice",
59           "source_files": "CGXCategoryKitOC/Foundation/UIDevice/**/*.{h,m}"
60         },
61         {
62           "name": "NSNull",
63           "source_files": "CGXCategoryKitOC/Foundation/NSNull/**/*.{h,m}"
64         },
65         {
66           "name": "NSDictionary",
67           "source_files": "CGXCategoryKitOC/Foundation/NSDictionary/**/*.{h,m}"
68         }
69       ]
70     },
71     {
72       "name": "UIKit",
73       "dependencies": {
74         "CGXCategoryKitOC/Foundation": [
76         ]
77       },
78       "source_files": "CGXCategoryKitOC/UIKit/**/*.{h,m}",
79       "subspecs": [
80         {
81           "name": "UIWindow",
82           "source_files": "CGXCategoryKitOC/UIKit/UIWindow/**/*.{h,m}"
83         },
84         {
85           "name": "WKWebView",
86           "source_files": "CGXCategoryKitOC/UIKit/WKWebView/**/*.{h,m}"
87         }
88       ]
89     },
90     {
91       "name": "UIControl",
92       "source_files": "CGXCategoryKitOC/UIControl/**/*.{h,m}"
93     },
94     {
95       "name": "QuartzCore",
96       "source_files": "CGXCategoryKitOC/QuartzCore/**/*.{h,m}",
97       "subspecs": [
98         {
99           "name": "CALayer",
100           "source_files": "CGXCategoryKitOC/QuartzCore/CALayer/**/*.{h,m}"
101         },
102         {
103           "name": "CATransaction",
104           "source_files": "CGXCategoryKitOC/QuartzCore/CATransaction/**/*.{h,m}"
105         },
106         {
107           "name": "CAShapeLayer",
108           "source_files": "CGXCategoryKitOC/QuartzCore/CAShapeLayer/**/*.{h,m}"
109         },
110         {
111           "name": "CAMediaTimingFunction",
112           "source_files": "CGXCategoryKitOC/QuartzCore/CAMediaTimingFunction/**/*.{h,m}"
113         }
114       ]
115     },
116     {
117       "name": "CoreLocation",
118       "subspecs": [
119         {
120           "name": "CLLocation",
121           "source_files": "CGXCategoryKitOC/CoreLocation/CLLocation/**/*.{h,m}"
122         }
123       ]
124     }
125   ]