blob: cb53b75351f1672ac71f636a7266ff67585f196b [file] [log] [blame]
{
"name": "LAPickerView",
"version": "0.2.0",
"summary": "Horizontal spinning-wheel picker view for iOS.",
"homepage": "https://github.com/laugga/lapickerview",
"license": "MIT",
"authors": {
"Luis Laugga": "luis@laugga.com"
},
"source": {
"git": "https://github.com/laugga/LAPickerView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "5.1"
},
"requires_arc": false,
"source_files": "lib/*",
"public_header_files": "lib/*.h",
"prefix_header_file": "support/LAPickerView-Prefix.pch",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore",
"CoreText",
"AudioToolbox"
]
}