blob: a864b15e639322b1be80a8843f3136e9255639be [file] [log] [blame]
{
"name": "ZHContactManager",
"version": "1.1.0",
"summary": "通讯录操作",
"description": "通讯录操作:选择联系人、添加新联系人、添加到现有联系人;打电话、发短信、发邮件",
"homepage": "https://github.com/leezhihua/ZHContactManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leezhihua": "leezhihua@yeah.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leezhihua/ZHContactManager.git",
"tag": "1.1.0"
},
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": [
"Contacts",
"ContactsUI",
"AddressBook",
"AddressBookUI",
"MessageUI"
],
"requires_arc": true
}