blob: 4b2637da054bc328782f4ddda40017f5e2ab836c [file] [log] [blame]
{
"name": "SlackKit",
"version": "1.0.2",
"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": "1.0.2"
},
"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.1.2"
]
}
}