blob: c4778e25fa204124b3135fd6f1e9922c7470fbc4 [file] [log] [blame]
{
"name": "DFPickerView",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}