blob: 3121d182e4e0cb3e4c85cbf8a6fc8ee77a45027a [file] [log] [blame]
{
"name": "WeDeploy",
"version": "1.1.0",
"summary": "Swift API Client for WeDeploy Project.",
"homepage": "http://wedeploy.com/",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Bruno Farache": "bruno.farache@liferay.com",
"Victor Galán": "victor.galan@liferay.com"
},
"source": {
"git": "https://github.com/wedeploy/wedeploy-sdk-swift.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.swift",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"dependencies": {
"PromiseKit": [
"~> 4.1"
],
"Socket.IO-Client-Swift": [
"~> 12.1"
],
"RxSwift": [
"~> 4.1"
]
}
}