[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / b / HSPickerView / 1.0.0 / HSPickerView.podspec.json
blob339570f9d6cfd7a1b8b404e3fde64987ae1a154b
2   "name": "HSPickerView",
3   "version": "1.0.0",
4   "summary": "一款通用的选择器",
5   "description": "YKPickerView 封装了省份城市选择,时间日期选择,普通文字选项选择,只为使用更简单。",
6   "homepage": "https://github.com/tukzi/HSPickerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "songhe": "hesong_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/tukzi/HSPickerView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HSPickerView/**/*.{h,m}",
22   "resources": "HSPickerView/**/*.bundle",
23   "public_header_files": "HSPickerView/Classes/*.h",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "YYModel": [
30       "~> 1.0.4"
31     ]
32   }