blob: b009a48141b8946c09263ac3e4e116e638667008 [file] [log] [blame]
{
"name": "AddressBookKit",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AddressBookKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "AddressBook"
}