blob: 2e719a8e33c4f36ca39a24f590c649df714ccaa3 [file] [log] [blame]
{
"name": "JLAddressBook",
"version": "1.1.0",
"summary": "An iOS ABAddressBook wrapper.",
"description": " An iOS ABAddressBook wrapper to easily map contacts to CoreData (or any class) entities.\n",
"homepage": "https://github.com/jlaws/JLAddressBook",
"license": "MIT",
"authors": {
"Joe Laws": "joe.laws@gmail.com"
},
"source": {
"git": "https://github.com/jlaws/JLAddressBook.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JLAddressBook",
"frameworks": "AddressBook",
"dependencies": {
"CocoaLumberjack": [
"~> 1.8"
]
}
}