blob: 64997bf16786ab2eba735a5816c50142652c33e9 [file] [log] [blame]
{
"name": "VeeContactPicker",
"version": "0.0.1",
"summary": "A replacement for the iOS ABPeoplePickerNavigationController, with contacts' images",
"description": "VeeContactPicker is an objc replacement for the (bugged) ABPeoplePickerNavigationController. It's a ViewController that allows you to choose a contact from the address book.",
"homepage": "https://github.com/CodeAtlas/VeeContactPicker",
"screenshots": "https://raw.githubusercontent.com/CodeAtlas/VeeContactPicker/master/Screenshots/VeeContactPickerScreen1.png",
"license": "MIT",
"authors": {
"Code Atlas SRL": "info@codeatlas.it"
},
"source": {
"git": "https://github.com/CodeAtlas/VeeContactPicker.git",
"tag": "0.0.1"
},
"social_media_url": "https://github.com/CodeAtlas",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VeeContactPicker": [
"Pod/Assets/*.{xib}"
]
},
"dependencies": {
"UIImageView-AGCInitials": [
],
"FLKAutoLayout": [
]
}
}