blob: fb63bea67a0523ff651ce0893572cb9c281eefc1 [file] [log] [blame]
{
"name": "FTPickerView",
"version": "1.0.1",
"summary": "A simple UIPickerView/UIDatePicker wapper.",
"description": "A UIPickerView/UIDatePicker wrapper 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": "1.0.1"
},
"source_files": [
"FTPickerView",
"FTPickerView/*.{h,m}"
],
"requires_arc": true
}