blob: 55cf622e464932c36478f2b8877093aa817d8ed0 [file] [log] [blame]
{
"name": "NemoContactPicker",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NemoContactPicker": [
"Pod/Assets/*.png"
]
}
}