[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 5 / WCategory / 1.0.6 / WCategory.podspec.json
blob0d3857ea86d0ec7f5b4692bcdb67919d2b299675
2   "name": "WCategory",
3   "version": "1.0.6",
4   "summary": "WCategory is Multifunctional Extension",
5   "description": "add image the gradient,view add shadow,string add attributed string",
6   "homepage": "https://gitee.com/revelation/WCategory",
7   "license": "MIT",
8   "authors": {
9     "╰莪呮想好好宠Nǐつ ": "1091676312@qq.com"
10   },
11   "source": {
12     "git": "https://gitee.com/revelation/WCategory",
13     "tag": "1.0.6"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "WebKit"
22   ],
23   "vendored_libraries": "WCategory/**/*.{a}",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "public_header_files": "WCategory/Header/Foundation/**/*.{h}",
29       "source_files": "WCategory/Header/Foundation/**/*.{h}"
30     },
31     {
32       "name": "UIKit",
33       "public_header_files": "WCategory/Header/UIKit/**/*.{h}",
34       "source_files": "WCategory/Header/UIKit/**/*.{h}"
35     },
36     {
37       "name": "Macro",
38       "public_header_files": "WCategory/Header/Macro/**/*.{h}",
39       "source_files": "WCategory/Header/Macro/**/*.{h}"
40     }
41   ]