blob: 85922962c629baa6af77773ddc47c401cd6a081b [file] [log] [blame]
{
"name": "SlackKit",
"version": "0.9.6",
"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.6"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "SlackKit/Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Starscream": [
"~> 1.0.2"
]
}
}