blob: 4ba4350bd8d5b0c9544ad071eb7a8990c4bfd1fa [file] [log] [blame]
{
"name": "LAPickerView",
"version": "0.1.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.1.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"
]
}