blob: a9a0d7ee0bb9ab7523daf1b6df1b37076656a8b2 [file] [log] [blame]
{
"name": "SlackKit",
"version": "0.9.5",
"summary": "a Slack client library for iOS and OS X 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": "0.9.5"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "SlackKit/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 1.0.2"
]
}
}