blob: 24aa72d49cc0620d99fa2d3ac419b92b960dcc4c [file] [log] [blame]
{
"name": "MaxIMLib",
"version": "1.0.2",
"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://github.com/MaxLeap/SDK-iOS/releases/download/2.0.10/maxleap-im-ios-v1.0.2.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"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": [
]
}
}
]
}