blob: 3d719382c80d4053a5f16cae99f0f92b4d9d9e97 [file] [log] [blame]
{
"name": "TroilaCloudIM",
"version": "1.0.0",
"summary": "TroilaCloud IM SDK",
"description": "TroilaCloud IM SDK for iOS",
"homepage": "https://im.perfectwork.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yulianlin": "yll@520wcf.com",
"lijie": "lj706517903@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/troila-mobile/Troila-Cloud-IOS-IM-SDK.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"subspecs": [
{
"name": "IMLib",
"vendored_frameworks": "TroilaIMLib.framework",
"dependencies": {
"!ProtoCompiler-gRPCPlugin": [
"~> 1.0"
],
"Realm": [
],
"AFNetworking": [
]
}
},
{
"name": "IMKit",
"vendored_frameworks": "TroilaIMKit.framework",
"resources": "TroilaIMKit.framework/Assets.bundle",
"dependencies": {
"SDWebImage": [
],
"UIColor-HexString": [
],
"Masonry": [
],
"lottie-ios": [
"~> 2.5.3"
],
"GBKUIButtonProgressView": [
]
}
}
]
}