blob: 87517c82425c2beb2be1cde34fa2747d250435a5 [file] [log] [blame]
{
"name": "ELComboBox",
"version": "0.1.0",
"summary": "Combo box for iOS.",
"description": "Combo box with auto-complete for iOS.",
"homepage": "https://github.com/eddy-lau/ELComboBox",
"license": "MIT",
"authors": {
"Eddie Lau": "eddie@touchutility.com"
},
"source": {
"git": "https://github.com/eddy-lau/ELComboBox.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"source_files": "ELComboBox/Classes/**/*",
"resource_bundles": {
"ELComboBox": [
"ELComboBox/Assets/*.png"
]
}
}