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