blob: 118e3d8ce10e13c2cc1ebd9930499928d2278173 [file] [log] [blame]
{
"name": "MMPickerView",
"version": "0.0.1",
"summary": "An easy to use and customizable UIPickerView for your iOS app.",
"description": "An easy to use and customizable view component that presents a `UIPickerView` with a toolbar, Done button, animation, design options, selected value and previously selected value functionality.",
"homepage": "http://github.com/madjid/MMPickerView",
"screenshots": "https://dl.dropboxusercontent.com/u/73895323/MMPickerView-GitHub.png",
"license": "MIT",
"authors": {
"Madjid Mahdjoubi": "mail@madjid.se"
},
"source": {
"git": "https://github.com/madjid/MMPickerView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.1"
},
"source_files": "MMPickerView/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}