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