[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 8 / 5 / whyios / 0.1.0 / whyios.podspec.json
blobf35ae57be2c8339f002442317bf2be36e6876e01
2   "name": "whyios",
3   "version": "0.1.0",
4   "summary": "whyios.",
5   "description": "iOS 开发过程中经常会用到的一些小工具集合",
6   "homepage": "https://github.com/coderx-waper/whyios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coderx-waper": "hanssea09@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/coderx-waper/whyios.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "whyios/Classes/whyios.h",
22   "public_header_files": "whyios/Classes/whyios.h",
23   "subspecs": [
24     {
25       "name": "Category",
26       "source_files": "whyios/Classes/Category/**/*",
27       "public_header_files": "whyios/Classes/Category/*.h"
28     },
29     {
30       "name": "Procotol",
31       "source_files": "whyios/Classes/Procotol/**/*",
32       "public_header_files": "whyios/Classes/Procotol/*.h"
33     }
34   ]