[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / c / 0 / YQLoadingView / 0.0.8 / YQLoadingView.podspec.json
blob27535e50408fc848b2f196b86d477f6655ba3b70
2   "name": "YQLoadingView",
3   "version": "0.0.8",
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.8"
16   },
17   "requires_arc": true,
18   "resources": "YQLoadingView/Resources/YQLoadingView.bundle",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreGraphics"
23   ],
24   "subspecs": [
25     {
26       "name": "Resources",
27       "source_files": "YQLoadingView/Resources/*.{h,m}"
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   ]