blob: b64219340380d4442b4f63335891f507d0d3a92e [file] [log] [blame]
{
"name": "SKServer",
"version": "4.0.0",
"summary": "A Swift server library for creating Slack apps",
"homepage": "https://github.com/SlackKit/SKServer",
"license": "MIT",
"authors": {
"Peter Zignego": "peter@launchsoft.co"
},
"source": {
"git": "https://github.com/SlackKit/SKServer.git",
"tag": "4.0.0"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"SKCore": [
],
"SKWebAPI": [
],
"Swifter": [
]
},
"pushed_with_swift_version": "3.0"
}