blob: 91fe163b8cdd6196bf251dc172cb9642595424c0 [file] [log] [blame]
{
"name": "SimpleContactsManager",
"version": "0.0.2",
"summary": "An easy access to ContactsBook.",
"description": "An easy to use Contacts.",
"homepage": "https://github.com/Chasingdreamboy/SimpleContactsManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EriceWang": "wangerdong@treefinance.com.cn"
},
"source": {
"git": "https://github.com/Chasingdreamboy/SimpleContactsManager.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SimpleContactsManager/Classes/SimpleContactsManager.h",
"public_header_files": "SimpleContactsManager/Classes/SimpleContactsManager.h",
"subspecs": [
{
"name": "ContactsManager",
"source_files": "SimpleContactsManager/Classes/**/*.{h,m}",
"frameworks": [
"AddressBookUI",
"AddressBookUI"
],
"weak_frameworks": [
"ContactsUI",
"Contacts"
]
}
]
}