blob: 3a93787423e78bb96a96497d0e03a5b0668fbcf0 [file] [log] [blame]
{
"name": "MaxIMLib",
"version": "1.4.1",
"summary": "MaxLeap Services provides all-in-one cloud services for developers.",
"homepage": "https://maxleap.com",
"license": {
"type": "Creative Commons Zero v1.0 Universal",
"file": "maxleap-im-ios/LICENSE.txt"
},
"authors": "MaxLeap",
"source": {
"http": "https://s3.cn-north-1.amazonaws.com.cn/docs.maxleap.cn/iOS/v2.2.2/maxleap-im-ios-v1.4.1.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "IMDynamic",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "IM",
"vendored_frameworks": "maxleap-im-ios/MaxIMLib.framework",
"preserve_paths": "maxleap-im-ios/MaxIMLib.framework",
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 8.1"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "IMDynamic",
"vendored_frameworks": "maxleap-im-ios/MaxIMLibDynamic.framework",
"preserve_paths": "maxleap-im-ios/MaxIMLibDynamic.framework",
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 8.1"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}
]
}