blob: a1d3def6c81214eba0f4ee0d37dee0de1165e928 [file] [log] [blame]
{
"name": "ContactsPicker",
"version": "0.0.1",
"summary": "Library for easy contacts accesss supporting >= iOS8.",
"homepage": "https://github.com/kunai-consulting/ContactsPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Piotr Zmudzinski": "ptr.zmudzinski@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kunai-consulting/ContactsPicker.git",
"branch": "master",
"tag": "0.0.1"
},
"source_files": [
"ContactsPicker/**/*.{swift}",
"ContactsPicker"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"Contacts",
"AddressBook"
]
}