blob: cd76bd60454a1ca096fbc2fac1771acc85d672d6 [file] [log] [blame]
{
"name": "BCPicker",
"version": "1.0.0",
"summary": "BCPicker is a Custom Picker which enables UIPickerView",
"description": " BCPicker is a Custom Picker which enables UIPickerView to develop iOS Apps. You can just import the BCPicker class or import using Cocoapods & with few lines of code you can use UIPickerView.\n",
"homepage": "http://bcdilumonline.blogspot.com",
"license": "MIT",
"authors": {
"Dilum Navanjana": "dilumnavanjana@gmail.com"
},
"social_media_url": "https://twitter.com/BC_Dilum",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/dilumnavanjana/BCPicker.git",
"tag": "1.0.0"
},
"source_files": [
"BCPicker",
"BCPicker/*.{h,m}"
]
}