blob: e47987e964cdc39660efc1b9a8e3e2f3eb3cb92c [file] [log] [blame]
{
"name": "DFPickerView",
"version": "0.0.2",
"summary": "A simple picker view with tool bar and blocks.",
"homepage": "https://github.com/duffpod/DFPickerView",
"license": "MIT",
"authors": {
"duffpod": "duffpod@gmail.com"
},
"source": {
"git": "https://github.com/duffpod/DFPickerView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}