[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 9 / 5 / CPickerFunction / 1.0.0 / CPickerFunction.podspec.json
blob24b8a62253133f83e65c6a9fed2452b4dc6516ed
2   "name": "CPickerFunction",
3   "version": "1.0.0",
4   "summary": "A custom picker view for iOS.",
5   "description": "A custom picker view for iOS, Include \"时间选择器,地址选择器,自定义字符串选择器\", Support the Objective - C language.",
6   "homepage": "https://gitee.com/cribug/CPickerFunction",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "InitialC": "iwilliamchang@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/cribug/CPickerFunction.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CPickerView/**/*.{h,m}",
22   "resources": "CPickerView/AddressPickerView/CCity.plist",
23   "requires_arc": true,
24   "dependencies": {
25     "YYModel": [
26       "~> 1.0.4"
27     ]
28   }