blob: 2db9b20f58272ed16d5a820aed7ba8c541104880 [file] [log] [blame]
{
"name": "SimpleContactsManager",
"version": "0.0.3",
"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.3"
},
"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"
]
}
]
}