blob: ca02f3401185c19a39b8834eefef77869e68beb4 [file] [log] [blame]
{
"name": "LeanCloud",
"version": "17.3.0",
"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.3.0"
},
"swift_versions": "5.0",
"default_subspecs": "RTM",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"subspecs": [
{
"name": "Foundation",
"dependencies": {
"Alamofire": [
"~> 5.0-rc.3"
]
},
"source_files": "Sources/Foundation/**/*.{swift}"
},
{
"name": "RTM",
"dependencies": {
"SwiftProtobuf": [
"~> 1.7.0"
],
"Starscream": [
"~> 3.1"
],
"GRDB.swift": [
"~> 4.4"
],
"LeanCloud/Foundation": [
"17.3.0"
]
},
"source_files": "Sources/RTM/**/*.{swift}"
},
{
"name": "RTM-no-local-storage",
"dependencies": {
"SwiftProtobuf": [
"~> 1.7.0"
],
"Starscream": [
"~> 3.1"
],
"LeanCloud/Foundation": [
"17.3.0"
]
},
"source_files": "Sources/RTM/**/*.{swift}"
}
],
"swift_version": "5.0"
}