[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 8 / 4 / QYHCustomView / 0.0.6 / QYHCustomView.podspec.json
blob93ba3ec0e2f630775e8649018410d511079919cc
2   "name": "QYHCustomView",
3   "version": "0.0.6",
4   "summary": "各种自定义view,ProgressHUD & AlertView",
5   "description": "各种自定义view,ProgressHUD & AlertView",
6   "homepage": "https://github.com/qiuyh/QYHCustomView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Qiu": "1039724903@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/qiuyh/QYHCustomView.git",
19     "tag": "0.0.6"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "1.1.0"
25     ],
26     "MBProgressHUD": [
27       "1.1.0"
28     ]
29   },
30   "prefix_header_file": "QYHCustomView/Classes/General/Macros/QYHPrefixHeader.pch",
31   "subspecs": [
32     {
33       "name": "Classes",
34       "source_files": "QYHCustomView/Classes/**/*.{h,m}"
35     }
36   ]