[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 0 / YQLoadingView / 0.0.7 / YQLoadingView.podspec.json
blob4281ea3f65d28809844e4670f79eab3834f05c3c
2   "name": "YQLoadingView",
3   "version": "0.0.7",
4   "summary": "基于MBHUD封装的一个加载器。",
5   "homepage": "https://github.com/a770322699/YQLoadingView",
6   "license": "MIT",
7   "authors": {
8     "YiQuan": "770322699@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/a770322699/YQLoadingView.git",
15     "tag": "0.0.7"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreGraphics"
22   ],
23   "subspecs": [
24     {
25       "name": "Resources",
26       "source_files": "YQLoadingView/Resources/*.{h,m}",
27       "resources": "YQLoadingView/Resources/YQLoadingView.bundle"
28     },
29     {
30       "name": "Code",
31       "source_files": "YQLoadingView/Code/*",
32       "public_header_files": "YQLoadingView/Code/*.h",
33       "dependencies": {
34         "YQLoadingView/Resources": [
36         ]
37       }
38     }
39   ]