[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / c / 0 / YQLoadingView / 0.0.5 / YQLoadingView.podspec.json
blob34d8a4a70098423fb3192bbb6efe68651a59a479
2   "name": "YQLoadingView",
3   "version": "0.0.5",
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.5"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation",
21     "CoreGraphics"
22   ],
23   "subspecs": [
24     {
25       "name": "Resources",
26       "source_files": [
27         "YQLoadingView/Resources/*.{h,m}",
28         "YQLoadingView/Resources/YQLoadingView.bundle"
29       ]
30     },
31     {
32       "name": "Code",
33       "source_files": "YQLoadingView/Code/*",
34       "public_header_files": "YQLoadingView/Code/*.h",
35       "dependencies": {
36         "YQLoadingView/Resources": [
38         ]
39       }
40     }
41   ]