blob: 53b03f948b836ead199165247751d4d43b5d5459 [file] [log] [blame]
{
"name": "SHBContactManager",
"version": "0.0.3",
"summary": "本地通讯录读取模块",
"description": "读取本地通讯录,组件化封装,并区分 iOS9 以上或以下api,需要 xCode 9 以上打开。",
"homepage": "https://github.com/jiutianhuanpei/SHBContactManager",
"license": "MIT",
"authors": {
"shenhongbang": "shenhongbang@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jiutianhuanpei/SHBContactManager.git",
"tag": "0.0.3"
},
"source_files": "ContactManager/**/*",
"frameworks": [
"AddressBook",
"Contacts"
],
"dependencies": {
"HYMediator": [
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/HYMediator"
},
"requires_arc": true
}