[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 17.3.0 / LeanCloud.podspec.json
blobca02f3401185c19a39b8834eefef77869e68beb4
2   "name": "LeanCloud",
3   "version": "17.3.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "LeanCloud Swift SDK",
9   "homepage": "https://leancloud.cn/",
10   "authors": "LeanCloud",
11   "source": {
12     "git": "https://github.com/leancloud/swift-sdk.git",
13     "tag": "17.3.0"
14   },
15   "swift_versions": "5.0",
16   "default_subspecs": "RTM",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "3.0"
22   },
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "dependencies": {
27         "Alamofire": [
28           "~> 5.0-rc.3"
29         ]
30       },
31       "source_files": "Sources/Foundation/**/*.{swift}"
32     },
33     {
34       "name": "RTM",
35       "dependencies": {
36         "SwiftProtobuf": [
37           "~> 1.7.0"
38         ],
39         "Starscream": [
40           "~> 3.1"
41         ],
42         "GRDB.swift": [
43           "~> 4.4"
44         ],
45         "LeanCloud/Foundation": [
46           "17.3.0"
47         ]
48       },
49       "source_files": "Sources/RTM/**/*.{swift}"
50     },
51     {
52       "name": "RTM-no-local-storage",
53       "dependencies": {
54         "SwiftProtobuf": [
55           "~> 1.7.0"
56         ],
57         "Starscream": [
58           "~> 3.1"
59         ],
60         "LeanCloud/Foundation": [
61           "17.3.0"
62         ]
63       },
64       "source_files": "Sources/RTM/**/*.{swift}"
65     }
66   ],
67   "swift_version": "5.0"