blob: f4027ba419eaa94d3b688ef21b6e1ac5189d6793 [file] [log] [blame]
{
"name": "IIPhoneBook",
"version": "0.3.2",
"summary": "通讯录业务模块",
"description": "通讯录业务模块\n1.目前和聊天模块公用一些model",
"homepage": "https://git.iec.io/emm-cloud/IIPhoneBook",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hatjs880328s": "shanwzh@inspur.com"
},
"source": {
"git": "https://git.iec.io/emm-cloud/IIPhoneBook.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IIPhoneBook/Classes/**/*.{h,m,mm}",
"resources": "IIPhoneBook/Classes/**/*.{xib}",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"IIOCUtis": [
],
"IIOCBIZUti": [
],
"IIUIAndBizConfig": [
],
"II18N": [
],
"IIBLL": [
]
},
"swift_version": "5.0"
}