blob: fa53b8b69687d0e5de8402cb61ca7511e4982ca1 [file] [log] [blame]
{
"name": "SlackKit",
"version": "4.3.0",
"summary": "Write Slack apps 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": "4.3.0"
},
"social_media_url": "https://twitter.com/pvzig",
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0"
},
"swift_version": "5.0",
"cocoapods_version": ">= 1.4.0",
"default_subspecs": "SlackKit",
"subspecs": [
{
"name": "SlackKit",
"source_files": "SlackKit/Sources/",
"dependencies": {
"SlackKit/SKCore": [
],
"SlackKit/SKClient": [
],
"SlackKit/SKWebAPI": [
],
"SlackKit/SKRTMAPI": [
],
"SlackKit/SKServer": [
]
}
},
{
"name": "SKClient",
"source_files": "SKClient/Sources/",
"dependencies": {
"SlackKit/SKCore": [
]
}
},
{
"name": "SKCore",
"source_files": "SKCore/Sources/",
"frameworks": "Foundation"
},
{
"name": "SKRTMAPI",
"source_files": "SKRTMAPI/Sources/**/*.swift",
"exclude_files": "SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift",
"dependencies": {
"SlackKit/SKCore": [
],
"SlackKit/SKWebAPI": [
],
"Starscream": [
"3.1.0"
]
}
},
{
"name": "SKServer",
"source_files": "SKServer/Sources/**/*.swift",
"dependencies": {
"SlackKit/SKCore": [
],
"SlackKit/SKWebAPI": [
],
"Swifter": [
"1.4.6"
]
}
},
{
"name": "SKWebAPI",
"source_files": "SKWebAPI/Sources/",
"dependencies": {
"SlackKit/SKCore": [
]
}
}
]
}