blob: 7d1e5dece0e00eaa5d2ca5ce76c3b9e7c19bcf2e [file] [log] [blame]
{
"name": "SKWebAPI",
"version": "4.1.2",
"summary": "A Swift library to help make requests to the Slack Web API",
"homepage": "https://github.com/SlackKit/SKWebAPI",
"license": "MIT",
"authors": {
"Peter Zignego": "peter@launchsoft.co"
},
"source": {
"git": "https://github.com/SlackKit/SKWebAPI.git",
"tag": "4.1.2"
},
"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": [
]
}
}