[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / a / YQSelectorView / 1.0.1 / YQSelectorView.podspec.json
blob6147e1e036bf0276e6550c5234b7a3bef0fc1390
2   "name": "YQSelectorView",
3   "version": "1.0.1",
4   "summary": "一个简单易用的弹出框选择器.",
5   "homepage": "https://github.com/QuinceyYang/YQSelectorView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "QuinceyYang": "yqing555@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/QuinceyYang/YQSelectorView.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "YQSelectorView/YQSelectorView/*.{h,m}",
21   "exclude_files": "Classes/Exclude",
22   "resources": "YQSelectorView/Images/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "YQButton": [
26       "~> 1.2"
27     ]
28   }