blob: 8853120df23b2f47fe18a974c6db61452cc98b77 [file] [log] [blame]
{
"name": "NemoContactPicker",
"version": "0.1.2",
"summary": "A simple contact picker in a table view for iOS",
"description": "A simple contact picker with UITableViewController and customizable appearance with multiselect",
"homepage": "https://github.com/peyman-abdi/NemoContactPicker",
"license": "MIT",
"authors": {
"Peyman": "lord.akinak@gmail.com"
},
"source": {
"git": "https://github.com/peyman-abdi/NemoContactPicker.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NemoContactPicker": [
"Pod/Assets/*.png"
]
},
"resources": [
"Pod/Classes/*.xib"
]
}