blob: cf6a8424a74f4c4ede7f56200f5de1535f53308a [file] [log] [blame]
{
"name": "VDMultiplePickerView",
"version": "1.0.0",
"summary": "a multiple picker view for ios",
"description": " It is multiple picker view used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/vilyever/VDMultiplePickerView",
"license": "MIT",
"authors": {
"Vilyever": "vilyever@gmail.com"
},
"source": {
"git": "https://github.com/vilyever/VDMultiplePickerView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "VDMultiplePickerView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}