[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 0 / YQLoadingView / 0.0.4 / YQLoadingView.podspec.json
blob4838b6c3367ceeec80b14d33bcfca542273ef374
2   "name": "YQLoadingView",
3   "version": "0.0.4",
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.4"
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/*"
27     },
28     {
29       "name": "Code",
30       "source_files": "YQLoadingView/Code/*",
31       "public_header_files": "YQLoadingView/Code/*.h",
32       "dependencies": {
33         "YQLoadingView/Resources": [
35         ]
36       }
37     }
38   ]