[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 0 / YQLoadingView / 0.0.2 / YQLoadingView.podspec.json
blob80788546537a61ab66c14f4b013a5449bd397f26
2   "name": "YQLoadingView",
3   "version": "0.0.2",
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.2"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Code",
21       "source_files": "YQLoadingView/Code/*",
22       "public_header_files": "YQLoadingView/Code/*.h",
23       "frameworks": [
24         "UIKit",
25         "Foundation",
26         "CoreGraphics"
27       ]
28     },
29     {
30       "name": "Resources",
31       "source_files": "YQLoadingView/Resources/*"
32     }
33   ]