[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / 4 / c / JXCategoryKit / 0.1.2 / JXCategoryKit.podspec.json
blob32b150f516145988518a587886c79db272b8725d
2   "name": "JXCategoryKit",
3   "version": "0.1.2",
4   "summary": "基础类扩展",
5   "homepage": "https://github.com/Barnett2050/JXCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zjx_mywork@163.com": "zjx_mywork@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Barnett2050/JXCategoryKit.git",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "JXCategoryKit/JXCategoryKit.h",
22   "public_header_files": "JXCategoryKit/JXCategoryKit.h",
23   "frameworks": [
24     "UIKit",
25     "CoreLocation",
26     "Accelerate",
27     "UserNotifications",
28     "AdSupport"
29   ],
30   "subspecs": [
31     {
32       "name": "CoreLocation",
33       "source_files": "JXCategoryKit/CoreLocation/*.{h,m}",
34       "public_header_files": "JXCategoryKit/CoreLocation/*.h"
35     },
36     {
37       "name": "QuartzCore",
38       "source_files": "JXCategoryKit/QuartzCore/*.{h,m}",
39       "public_header_files": "JXCategoryKit/QuartzCore/*.h"
40     },
41     {
42       "name": "UIKit",
43       "subspecs": [
44         {
45           "name": "UIWindow",
46           "source_files": "JXCategoryKit/UIKit/UIWindow/*.{h,m}",
47           "public_header_files": "JXCategoryKit/UIKit/UIWindow/*.h"
48         },
49         {
50           "name": "UIViewController",
51           "source_files": "JXCategoryKit/UIKit/UIViewController/*.{h,m}",
52           "public_header_files": "JXCategoryKit/UIKit/UIViewController/*.h"
53         },
54         {
55           "name": "UIView",
56           "source_files": "JXCategoryKit/UIKit/UIView/*.{h,m}",
57           "public_header_files": "JXCategoryKit/UIKit/UIView/*.h"
58         },
59         {
60           "name": "UITextField",
61           "source_files": "JXCategoryKit/UIKit/UITextField/*.{h,m}",
62           "public_header_files": "JXCategoryKit/UIKit/UITextField/*.h"
63         },
64         {
65           "name": "UITableViewCell",
66           "source_files": "JXCategoryKit/UIKit/UITableViewCell/*.{h,m}",
67           "public_header_files": "JXCategoryKit/UIKit/UITableViewCell/*.h"
68         },
69         {
70           "name": "UIImage",
71           "source_files": "JXCategoryKit/UIKit/UIImage/*.{h,m}",
72           "public_header_files": "JXCategoryKit/UIKit/UIImage/*.h"
73         },
74         {
75           "name": "UIDevice",
76           "source_files": "JXCategoryKit/UIKit/UIDevice/*.{h,m}",
77           "public_header_files": "JXCategoryKit/UIKit/UIDevice/*.h"
78         },
79         {
80           "name": "UIColor",
81           "source_files": "JXCategoryKit/UIKit/UIColor/*.{h,m}",
82           "public_header_files": "JXCategoryKit/UIKit/UIColor/*.h"
83         },
84         {
85           "name": "UIButton",
86           "source_files": "JXCategoryKit/UIKit/UIButton/*.{h,m}",
87           "public_header_files": "JXCategoryKit/UIKit/UIButton/*.h"
88         },
89         {
90           "name": "UITabBarController",
91           "source_files": "JXCategoryKit/UIKit/UITabBarController/*.{h,m}",
92           "public_header_files": "JXCategoryKit/UIKit/UITabBarController/*.h",
93           "dependencies": {
94             "JXCategoryKit/UIKit/UIImage": [
96             ]
97           }
98         },
99         {
100           "name": "UIApplication",
101           "source_files": "JXCategoryKit/UIKit/UIApplication/*.{h,m}",
102           "public_header_files": "JXCategoryKit/UIKit/UIApplication/*.h"
103         }
104       ]
105     }
106   ]