[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / f / 6 / WCCategory / 0.1.0 / WCCategory.podspec.json
blob26d54195bb1c55db3de0a434f298539d062a2bea
2   "name": "WCCategory",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "WCCategory/*.h",
23     "WCCategory/**/*.h",
24     "WCCategory/**/*.m"
25   ],
26   "public_header_files": [
27     "WCCategory/*.h",
28     "WCCategory/**/*.h"
29   ],
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ]