blob: 18f857eb797193044a0f1cd725e928da0971acd8 [file] [log] [blame]
{
"name": "SKRTMAPI",
"version": "4.1.1",
"summary": "A Swift library for connecting to the Slack RTM API",
"homepage": "https://github.com/SlackKit/SKRTMAPI",
"license": "MIT",
"authors": {
"Peter Zignego": "peter@launchsoft.co"
},
"source": {
"git": "https://github.com/SlackKit/SKRTMAPI.git",
"tag": "4.1.1"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"SKCore": [
],
"SKWebAPI": [
],
"Starscream": [
]
}
}