blob: b7dc327af2e606cff75e98992c18abc3e9d60c8a [file] [log] [blame]
{
"name": "SkrumbleSDK",
"version": "0.1.2",
"summary": "SDK for 3rd party developers wanting to use the Skrumble API in their iOS Application.",
"description": "The official Skrumble iOS SDK is a convenient, Swift-based toolkit for working with the Skrumble API. Works over HTTP or websocket, allowing real-time chat applications built on top of Skrumble.",
"homepage": "https://gitlab.com/skrumble/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Skrumble": "dev.support@skrumble.com"
},
"source": {
"git": "https://gitlab.com/skrumble/ios-sdk.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/SkrumbleHQ",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "SkrumbleSDK/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
"~> 4.0"
],
"Socket.IO-Client-Swift": [
"~> 12.0.0"
]
}
}