blob: 05cf143bb31f66a7b06e2e0d019f4c1aaf24bc60 [file] [log] [blame]
{
"name": "DBFlatPicker",
"version": "1.0.0",
"summary": "Flat picker for iOS written on Objective-C",
"description": "Flat picker, similar to UIPickerview, for iOS written on Objective-C.",
"homepage": "https://github.com/immago/DBFlatPicker",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Dmitry Byankin": "the.immago@gmail.com"
},
"source": {
"git": "https://github.com/immago/DBFlatPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*.{h,m}",
"resources": [
"Classes/DBFlatPickerView.xib"
]
}