blob: 9f550e31740e5eb64005afe378b23709cdd546e8 [file] [log] [blame]
{
"name": "EasyAddressBookLib",
"version": "0.1.0",
"summary": "EasyAddressBookLib is easy to access addressbook.",
"description": "EasyAddressBookLib is easy to access addressbook\n * Markdown format.\n * Don't worry about the indent, we strip it!",
"homepage": "https://github.com/crespoxiao/EasyAddressBookLib",
"license": "MIT",
"authors": {
"xiaochengfei": "xiaochengfei@didichuxing.com"
},
"source": {
"git": "https://github.com/crespoxiao/EasyAddressBookLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EasyAddressBookLib": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
],
"APAddressBook": [
],
"JSONModel": [
]
}
}