[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / f / 6 / WCCategory / 0.1.9 / WCCategory.podspec.json
blob72930f11ed4ac96abbba493398ba41d90eece15b
2   "name": "WCCategory",
3   "version": "0.1.9",
4   "summary": "WCCategory",
5   "description": "常见宏、常用基础类扩展方法",
6   "homepage": "https://github.com/394771176/WCCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "394771176": "394771176@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/394771176/WCCategory.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "WCCategory/Classes/*.h"
23   ],
24   "public_header_files": [
25     "WCCategory/Classes/*.h"
26   ],
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "subspecs": [
32     {
33       "name": "Define",
34       "source_files": [
35         "WCCategory/Classes/Define/*.h"
36       ],
37       "public_header_files": [
38         "WCCategory/Classes/Define/*.h"
39       ]
40     },
41     {
42       "name": "Foundation",
43       "source_files": [
44         "WCCategory/Classes/Foundation/*.h",
45         "WCCategory/Classes/Foundation/*.m"
46       ],
47       "public_header_files": [
48         "WCCategory/Classes/Foundation/*.h"
49       ],
50       "frameworks": "CoreText",
51       "dependencies": {
52         "WCCategory/Define": [
54         ]
55       }
56     },
57     {
58       "name": "UIKit",
59       "source_files": [
60         "WCCategory/Classes/UIKit/*.h",
61         "WCCategory/Classes/UIKit/*.m"
62       ],
63       "public_header_files": [
64         "WCCategory/Classes/UIKit/*.h"
65       ],
66       "frameworks": "QuartzCore",
67       "dependencies": {
68         "WCCategory/Foundation": [
70         ]
71       }
72     }
73   ]