blob: 9dd4113985fe7f83c8c05242d4c89f3b448a310e [file] [log] [blame]
{
"name": "MaxIMLib",
"version": "1.2.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.1.2/maxleap-im-ios-v1.2.1.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": [
"SocketIO",
"IMDynamic"
],
"subspecs": [
{
"name": "SocketIO",
"vendored_frameworks": "maxleap-im-ios/SocketIOClientSwift.framework",
"frameworks": [
"Foundation",
"UIKit"
]
},
{
"name": "IM",
"vendored_frameworks": "maxleap-im-ios/MaxIMLib.framework",
"dependencies": {
"MaxIMLib/SocketIO": [
]
}
},
{
"name": "IMDynamic",
"vendored_frameworks": "maxleap-im-ios/MaxIMLibDynamic.framework",
"dependencies": {
"MaxIMLib/SocketIO": [
]
}
}
]
}