blob: 959d9abba84cc4a22597e52417724c1c749c0a4a [file] [log] [blame]
{
"name": "CCNIMLib",
"version": "0.1.0",
"summary": "IM组件化",
"description": "基于云信IM的组件化",
"homepage": "http://gitlab.hbc.tech/ios/CCNIMLite.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anxianglong": "anxianglong@huangbaoche.com"
},
"source": {
"git": "git@gitlab.hbc.tech:ios/CCNIMLite.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CCNIMLib/Classes/**/*.{h,m}",
"resource_bundles": {
"CCNIMLib": [
"CCNIMLib/Assets/*"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"NIMSDK_LITE": [
"~> 5.5.0"
],
"M80AttributedLabel": [
"~> 1.6.3"
],
"SDWebImage": [
"~> 4.4.6"
],
"Toast": [
"~> 4.0.0"
],
"TZImagePickerController": [
"~> 3.2.0"
]
}
}