blob: 3d41f7dc370bcc1a35259a4a93a9edc1b45b72e4 [file] [log] [blame]
{
"name": "FTPickerView",
"version": "0.1.1",
"summary": "A simple UIPickerView/UIDatePicker wapper.",
"description": "A UIPickerView/UIDatePicker wapper which is maybe the easiest one to use. Using singleton and block callbacks.",
"authors": {
"liufengting": "wo157121900@me.com"
},
"homepage": "https://github.com/liufengting/FTPickerView",
"screenshots": [
"https://raw.githubusercontent.com/liufengting/FTPickerView/master/ImageAssets/SimplePicker.png",
"https://raw.githubusercontent.com/liufengting/FTPickerView/master/ImageAssets/DatePicker.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liufengting/FTPickerView.git",
"tag": "0.1.1"
},
"source_files": [
"FTPickerView",
"FTPickerView/FTPickerView/*.{h,m}"
],
"requires_arc": true
}