[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 17.9.2 / LeanCloud.podspec.json
blob7bb425bf0c883685384b55070f4c89647b63c47d
2   "name": "LeanCloud",
3   "version": "17.9.2",
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.9.2"
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.4"
29         ]
30       },
31       "source_files": "Sources/Foundation/**/*.{swift}"
32     },
33     {
34       "name": "RTM",
35       "dependencies": {
36         "SwiftProtobuf": [
37           "~> 1.17"
38         ],
39         "GRDB.swift": [
40           "~> 5.8"
41         ],
42         "LeanCloud/Foundation": [
43           "17.9.2"
44         ]
45       },
46       "source_files": "Sources/RTM/**/*.{swift}"
47     },
48     {
49       "name": "RTM-no-local-storage",
50       "dependencies": {
51         "SwiftProtobuf": [
52           "~> 1.17"
53         ],
54         "LeanCloud/Foundation": [
55           "17.9.2"
56         ]
57       },
58       "source_files": "Sources/RTM/**/*.{swift}"
59     }
60   ],
61   "swift_version": "5.0"