blob: 543bf8d017021161a510ce210663b28d1cdc851c [file] [log] [blame]
{
"name": "SlackWebAPIKit",
"version": "0.1.4",
"summary": "Robust Slack Web API Kit in Swift.",
"description": "The easy to use Slack Web API Kit in Swift",
"homepage": "https://github.com/MoralAlberto/SlackWebAPIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MoralAlberto": "alberto.moral.g@gmail.com"
},
"source": {
"git": "https://github.com/MoralAlberto/SlackWebAPIKit.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/albertmoral",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "SlackWebAPIKit/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 2.2.8"
],
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}