blob: d5d72721b153e4119bc4e723602dff5c3ef402a8 [file] [log] [blame]
{
"name": "KMOnlineWeb",
"version": "0.1.5",
"summary": "A short description of KMOnlineWeb.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhenlove/KMOnlineWeb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhenlove": "121910347@qq.com"
},
"source": {
"git": "https://github.com/zhenlove/KMOnlineWeb.git",
"tag": "0.1.5"
},
"xcconfig": {
"VALID_ARCHS": "armv7 arm64 x86_64"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES",
"OTHER_LDFLAGS": "\"-ObjC\""
},
"static_framework": true,
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "KMOnlineWeb/Classes/**/*{swift}",
"resource_bundles": {
"KMOnlineWeb": [
"KMOnlineWeb/Assets/*"
]
},
"dependencies": {
"KMTIMSDK": [
"~> 0.1.6"
],
"KMNetwork": [
"~> 0.1.4"
],
"KMAgoraRtc": [
"~> 1.0.7"
],
"Kingfisher": [
"~> 4.10.1"
]
},
"swift_version": "5.0"
}