[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 8 / YCYToolKit / 0.0.6 / YCYToolKit.podspec.json
blob1587a904ae2a14d0524ce6d8a4d9663b9c04d9a2
2   "name": "YCYToolKit",
3   "version": "0.0.6",
4   "summary": "YCYToolKit is Tool.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CattleToCoaxStudio/YCYToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengyou.yang": "864390553@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CattleToCoaxStudio/YCYToolKit.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YCYToolKit/YCYToolKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "YCYCategories",
29       "source_files": "YCYToolKit/YCYCategories/YCYCategory.h",
30       "subspecs": [
31         {
32           "name": "UIKit",
33           "source_files": "YCYToolKit/YCYCategories/UIKit/YCYUIKitHeader.h",
34           "subspecs": [
35             {
36               "name": "UIAlertView",
37               "source_files": "YCYToolKit/YCYCategories/UIKit/UIAlertView/**/*"
38             },
39             {
40               "name": "UIApplication",
41               "source_files": "YCYToolKit/YCYCategories/UIKit/UIApplication/**/*"
42             },
43             {
44               "name": "UIBarButtonItem",
45               "source_files": "YCYToolKit/YCYCategories/UIKit/UIBarButtonItem/**/*"
46             },
47             {
48               "name": "UIBezierPath",
49               "source_files": "YCYToolKit/YCYCategories/UIKit/UIBezierPath/**/*"
50             },
51             {
52               "name": "UIButton",
53               "source_files": "YCYToolKit/YCYCategories/UIKit/UIButton/**/*"
54             },
55             {
56               "name": "UIColor",
57               "source_files": "YCYToolKit/YCYCategories/UIKit/UIColor/**/*"
58             },
59             {
60               "name": "UIControl",
61               "source_files": "YCYToolKit/YCYCategories/UIKit/UIControl/**/*"
62             },
63             {
64               "name": "UIDevice",
65               "source_files": "YCYToolKit/YCYCategories/UIKit/UIDevice/**/*"
66             },
67             {
68               "name": "UIFont",
69               "source_files": "YCYToolKit/YCYCategories/UIKit/UIFont/**/*"
70             },
71             {
72               "name": "UIImage",
73               "source_files": "YCYToolKit/YCYCategories/UIKit/UIImage/**/*"
74             },
75             {
76               "name": "UIImageView",
77               "source_files": "YCYToolKit/YCYCategories/UIKit/UIImageView/**/*"
78             },
79             {
80               "name": "UILabel",
81               "source_files": "YCYToolKit/YCYCategories/UIKit/UILabel/**/*"
82             },
83             {
84               "name": "UINavigationBar",
85               "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationBar/**/*"
86             },
87             {
88               "name": "UINavigationController",
89               "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationController/**/*"
90             },
91             {
92               "name": "UIResponder",
93               "source_files": "YCYToolKit/YCYCategories/UIKit/UIResponder/**/*"
94             },
95             {
96               "name": "UIScreen",
97               "source_files": "YCYToolKit/YCYCategories/UIKit/UIScreen/**/*"
98             },
99             {
100               "name": "UIScrollView",
101               "source_files": "YCYToolKit/YCYCategories/UIKit/UIScrollView/**/*"
102             },
103             {
104               "name": "UISearchBar",
105               "source_files": "YCYToolKit/YCYCategories/UIKit/UISearchBar/**/*"
106             },
107             {
108               "name": "UITableViewCell",
109               "source_files": "YCYToolKit/YCYCategories/UIKit/UITableViewCell/**/*"
110             },
111             {
112               "name": "UITextField",
113               "source_files": "YCYToolKit/YCYCategories/UIKit/UITextField/**/*"
114             },
115             {
116               "name": "UITextView",
117               "source_files": "YCYToolKit/YCYCategories/UIKit/UITextView/**/*"
118             },
119             {
120               "name": "UIView",
121               "source_files": "YCYToolKit/YCYCategories/UIKit/UIView/**/*"
122             },
123             {
124               "name": "UIViewController",
125               "source_files": [
126                 "YCYToolKit/YCYCategories/UIKit/UIDevice/UIDevice+YCYHardware.h",
127                 "YCYToolKit/YCYCategories/UIKit/UIViewController/**/*"
128               ]
129             },
130             {
131               "name": "UIWebView",
132               "source_files": [
133                 "YCYToolKit/YCYCategories/UIKit/UIColor/UIColor+YCYWeb.h",
134                 "YCYToolKit/YCYCategories/UIKit/UIWebView/**/*"
135               ]
136             },
137             {
138               "name": "UIWindow",
139               "source_files": "YCYToolKit/YCYCategories/UIKit/UIWindow/**/*"
140             }
141           ]
142         }
143       ]
144     }
145   ]