blob: b8662aa958e2ca2da81cebbff9779fbdeb5d1b6b [file] [log] [blame]
{
"name": "SlackKit",
"version": "1.1.0",
"summary": "a Slack client library for OS X, iOS, and tvOS written in Swift",
"homepage": "https://github.com/pvzig/SlackKit",
"license": "MIT",
"authors": {
"Peter Zignego": "peter@launchsoft.co"
},
"source": {
"git": "https://github.com/pvzig/SlackKit.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "SlackKit/Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 1.1.3"
]
}
}