[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / 2 / f / WCUtils / 0.0.3 / WCUtils.podspec.json
blob838242af88f7c59cfae1edd50b0eb356d5ddfaa6
2   "name": "WCUtils",
3   "version": "0.0.3",
4   "summary": "WCUtils",
5   "description": "WCUtils -- 一个包含常用分类的开发工具包,加快开发速度",
6   "homepage": "https://github.com/MyWestCity/WCUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WestCity": "1034009721@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/MyWestCity/WCUtils.git",
19     "tag": "0.0.3"
20   },
21   "public_header_files": "WCUtils/WCUtils.h",
22   "source_files": "WCUtils/WCUtils.h",
23   "subspecs": [
24     {
25       "name": "WCCategory",
26       "source_files": "WCUtils/WCCategory/*.{h,m}",
27       "public_header_files": "WCUtils/WCCategory/*.h"
28     },
29     {
30       "name": "WCWidget",
31       "source_files": "WCUtils/WCWidget/*.{h,m}",
32       "public_header_files": "WCUtils/WCWidget/*.h"
33     }
34   ]