blob: cc3c4891b390b75e3b073682ce531a6154482aac [file] [log] [blame]
{
"name": "iChat",
"authors": {
"Adam.Hu": "adam.hu.2018@gmail.com"
},
"version": "1.0.2",
"summary": "iChat SDK for iOS",
"description": "iChat P2P SDK for iOS",
"homepage": "https://github.com/hushihua/iChat.git",
"license": {
"type": "Commercial",
"text": "@2019 Lema.cm"
},
"source": {
"git": "https://github.com/hushihua/iChat.git",
"tag": "1.0.2"
},
"source_files": "iChat.framework/Headers/*.{h}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "iChat.framework"
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_versions": "5.0",
"dependencies": {
"iPush": [
],
"SDWebImage": [
],
"MBProgressHUD": [
],
"GoogleWebRTC": [
],
"IQKeyboardManager": [
"6.2.1"
]
},
"swift_version": "5.0"
}