blob: 0b75bb8cd89a59a613abfa249fae19ad6126f657 [file] [log] [blame]
{
"name": "KBContactsSelection",
"version": "1.2.0",
"summary": "Standalone UI component to search and select contacts.",
"description": "\t\t\t\t KBContactsSelection is a standalone UI and logic component that allows you to easily search \n\t\t\t\t and select contacts in your Address Book and redirect to Mail or Messages with results.\n",
"homepage": "https://github.com/burczyk/KBContactsSelection",
"screenshots": "https://raw.githubusercontent.com/burczyk/KBContactsSelection/master/assets/KBContactsSelection.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Burczyk": "kamil.burczyk@gmail.com"
},
"social_media_url": "http://twitter.com/KamilBurczyk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/burczyk/KBContactsSelection.git",
"tag": "1.2.0"
},
"source_files": [
"KBContactsSelection",
"KBContactsSelection/**/*.{h,m}"
],
"resources": "KBContactsSelection/*.xib",
"frameworks": "MessageUI",
"requires_arc": true,
"dependencies": {
"APAddressBook": [
"~> 0.1"
]
}
}