[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / 3 / JYFastKit / 0.1.0 / JYFastKit.podspec.json
blobab614dd9443c860effa1ae798c3a241a16db7caa
2   "name": "JYFastKit",
3   "version": "0.1.0",
4   "summary": "JYFastKit是一个包含了常用的工具类、分类和控件的快速开发工具包",
5   "description": "JYFastKit是一个包含了常用的工具类、分类和控件的快速开发工具包,可加快APP开发速度。",
6   "homepage": "https://github.com/yaoliangjun/JYFastKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yaoliangjun": "913736093@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yaoliangjun/JYFastKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "JYFastKit/**/JYFastKit.h",
22   "source_files": "JYFastKit/**/JYFastKit.h",
23   "subspecs": [
24     {
25       "name": "JYCategory",
26       "source_files": "JYFastKit/**/JYCategory/*.{h,m}",
27       "public_header_files": "JYFastKit/**/JYCategory/*.h"
28     },
29     {
30       "name": "JYUtils",
31       "source_files": "JYFastKit/**/JYUtils/*.{h,m}",
32       "public_header_files": "JYFastKit/**/JYUtils/*.h",
33       "dependencies": {
34         "MBProgressHUD": [
36         ]
37       }
38     },
39     {
40       "name": "JYWidget",
41       "source_files": "JYFastKit/**/JYWidget/*.{h,m}",
42       "public_header_files": "JYFastKit/**/JYWidget/*.h",
43       "dependencies": {
44         "SDWebImage": [
46         ]
47       }
48     }
49   ]