blob: 0f0781c0fcf0bf98aebc49feb8cf5dcbee21237c [file] [log] [blame]
{
"name": "SKRTMAPI",
"version": "4.0.3",
"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.0.3"
},
"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": [
]
},
"pushed_with_swift_version": "3.0"
}