blob: 5d093b7ae279a2c050a3d26e518e0908a5fc09a5 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "17.0.0-beta.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "LeanCloud Swift SDK",
"homepage": "https://leancloud.cn/",
"authors": "LeanCloud",
"source": {
"git": "https://github.com/leancloud/swift-sdk.git",
"tag": "17.0.0-beta.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Storage",
"dependencies": {
"Alamofire": [
"5.0.0-rc.2"
]
},
"source_files": "Sources/Storage/**/*.{swift}"
},
{
"name": "IM",
"dependencies": {
"SwiftProtobuf": [
"~> 1.6.0"
],
"Starscream": [
"~> 3.1"
],
"GRDB.swift": [
"~> 4.4"
],
"LeanCloud/Storage": [
]
},
"source_files": "Sources/IM/**/*.{swift}"
}
]
}