blob: 72be5026048dcbb81fb38aae92213700ca8f650f [file] [log] [blame]
{
"name": "DownPicker",
"version": "0.1.23",
"summary": "Lightweight class library for creating drop down list controls for iOS.",
"description": "DownPicker is an extremely light-weight class library for creating DropDownList / ComboBox controls for iOS that will behave like their HTML / Android counterparts.\nYou'll only need a standard UITextField and few lines of code.",
"homepage": "https://github.com/Darkseal/DownPicker",
"license": "MIT",
"authors": {
"Ryan": "ryan@ryadel.com"
},
"source": {
"git": "https://github.com/Darkseal/DownPicker.git",
"tag": "0.1.23"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DownPicker/**/*.{h,m}",
"resource_bundles": {
"DownPicker": [
"DownPicker/*.png"
]
},
"public_header_files": "DownPicker/**/*.h"
}