blob: ff1c1fdb34d3e6626e93654d0b6911ce66d2f03e [file] [log] [blame]
{
"name": "AddressBookKit",
"version": "0.1.0",
"summary": "The most simple way to get device's phone book in Swift.",
"description": "The most simple way to get device's phone book in Swift. Please see example project.",
"homepage": "https://github.com/KennethTsang/AddressBookKit",
"license": "MIT",
"authors": {
"Kenneth Tsang": "kenneth.tsang@me.com"
},
"source": {
"git": "https://github.com/KennethTsang/AddressBookKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AddressBookKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "AddressBook"
}