blob: 90cf2212478e1bf0e657ad73662acc1393cf906c [file] [log] [blame]
{
"name": "SKClient",
"version": "4.1.0",
"summary": "The client implementation for use with SlackKit",
"homepage": "https://github.com/SlackKit/SKClient",
"license": "MIT",
"authors": {
"Peter Zignego": "peter@launchsoft.co"
},
"source": {
"git": "https://github.com/SlackKit/SKClient.git",
"tag": "4.1.0"
},
"social_media_url": "https://twitter.com/pvzig",
"swift_version": "4.0",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"SKCore": [
]
}
}