[Add] BlueIDAccessSDK 2.30.0
[CocoaPods.git] / Specs / 5 / b / 0 / CYToolkit / 1.0.9 / CYToolkit.podspec.json
blob66e86262f673500eb0cea60d51eea5621b174cf8
2   "name": "CYToolkit",
3   "version": "1.0.9",
4   "summary": "CYToolkit",
5   "description": "Used for APP based support, Based on YYCategories(But no relay on)",
6   "homepage": "https://github.com/chrisYooh/CYToolkit.git",
7   "license": "MIT",
8   "authors": {
9     "Chris": "340019109@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chrisYooh/CYToolkit.git",
16     "tag": "1.0.9"
17   },
18   "source_files": "CYToolkit/Classes/*",
19   "public_header_files": "CYToolkit/Classes/*.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "CAAnimation",
24       "source_files": "CYToolkit/Classes/CAAnimation/*",
25       "public_header_files": "CYToolkit/Classes/CAAnimation/*.h"
26     },
27     {
28       "name": "CLLocation",
29       "source_files": "CYToolkit/Classes/CLLocation/*",
30       "public_header_files": "CYToolkit/Classes/CLLocation/*.h"
31     },
32     {
33       "name": "Compatible",
34       "source_files": "CYToolkit/Classes/Compatible/*",
35       "public_header_files": "CYToolkit/Classes/Compatible/*.h"
36     },
37     {
38       "name": "NSDate",
39       "source_files": "CYToolkit/Classes/NSDate/*",
40       "public_header_files": "CYToolkit/Classes/NSDate/*.h"
41     },
42     {
43       "name": "NSDecimalNumber",
44       "source_files": "CYToolkit/Classes/NSDecimalNumber/*",
45       "public_header_files": "CYToolkit/Classes/NSDecimalNumber/*.h"
46     },
47     {
48       "name": "NSObject",
49       "source_files": "CYToolkit/Classes/NSObject/**/*",
50       "public_header_files": "CYToolkit/Classes/NSObject/**/*.h"
51     },
52     {
53       "name": "NSString",
54       "source_files": "CYToolkit/Classes/NSString/*",
55       "public_header_files": "CYToolkit/Classes/NSString/*.h",
56       "dependencies": {
57         "CYToolkit/NSDecimalNumber": [
59         ]
60       }
61     },
62     {
63       "name": "UIButton",
64       "source_files": "CYToolkit/Classes/UIButton/*",
65       "public_header_files": "CYToolkit/Classes/UIButton/*.h"
66     },
67     {
68       "name": "UIColor",
69       "source_files": "CYToolkit/Classes/UIColor/*",
70       "public_header_files": "CYToolkit/Classes/UIColor/*.h"
71     },
72     {
73       "name": "UIDevice",
74       "source_files": "CYToolkit/Classes/UIDevice/*",
75       "public_header_files": "CYToolkit/Classes/UIDevice/*.h"
76     },
77     {
78       "name": "UIFont",
79       "source_files": "CYToolkit/Classes/UIFont/*",
80       "public_header_files": "CYToolkit/Classes/UIFont/*.h"
81     },
82     {
83       "name": "UIImage",
84       "source_files": "CYToolkit/Classes/UIImage/**/*",
85       "public_header_files": "CYToolkit/Classes/UIImage/**/*.h"
86     },
87     {
88       "name": "UIImageView",
89       "source_files": "CYToolkit/Classes/UIImageView/**/*",
90       "public_header_files": "CYToolkit/Classes/UIImageView/**/*.h"
91     },
92     {
93       "name": "UIView",
94       "source_files": "CYToolkit/Classes/UIView/**/*",
95       "public_header_files": "CYToolkit/Classes/UIView/**/*.h"
96     },
97     {
98       "name": "UIViewController",
99       "source_files": "CYToolkit/Classes/UIViewController/*",
100       "public_header_files": "CYToolkit/Classes/UIViewController/*.h"
101     },
102     {
103       "name": "UIWebView",
104       "source_files": "CYToolkit/Classes/UIWebView/*",
105       "public_header_files": "CYToolkit/Classes/UIWebView/*.h"
106     },
107     {
108       "name": "Tools",
109       "dependencies": {
110         "CYToolkit/Compatible": [
112         ],
113         "CYToolkit/UIImage": [
115         ]
116       },
117       "subspecs": [
118         {
119           "name": "AudioTool",
120           "source_files": "CYToolkit/Classes/Tools/AudioTool/**/*",
121           "public_header_files": "CYToolkit/Classes/Tools/AudioTool/**/*.h"
122         },
123         {
124           "name": "VideoTool",
125           "source_files": "CYToolkit/Classes/Tools/VideoTool/**/*",
126           "public_header_files": "CYToolkit/Classes/Tools/VideoTool/**/*.h"
127         },
128         {
129           "name": "TTS",
130           "source_files": "CYToolkit/Classes/Tools/TTS(Text To Speech)/**/*",
131           "public_header_files": "CYToolkit/Classes/Tools/TTS(Text To Speech)/**/*.h"
132         },
133         {
134           "name": "ASR",
135           "source_files": "CYToolkit/Classes/Tools/ASR(Automatic Speech Recognition)/**/*",
136           "public_header_files": "CYToolkit/Classes/Tools/ASR(Automatic Speech Recognition)/**/*.h"
137         }
138       ]
139     }
140   ]