[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 17.0.0-beta.2 / LeanCloud.podspec.json
blob5b8ba40538fa94f89e2b603043d7007545365751
2   "name": "LeanCloud",
3   "version": "17.0.0-beta.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.0.0-beta.2"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "3.0"
21   },
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "dependencies": {
27         "Alamofire": [
28           "5.0.0-rc.2"
29         ]
30       },
31       "source_files": "Sources/Foundation/**/*.{swift}"
32     },
33     {
34       "name": "RTM",
35       "dependencies": {
36         "SwiftProtobuf": [
37           "~> 1.6.0"
38         ],
39         "Starscream": [
40           "~> 3.1"
41         ],
42         "GRDB.swift": [
43           "~> 4.4"
44         ],
45         "LeanCloud/Foundation": [
47         ]
48       },
49       "source_files": "Sources/RTM/**/*.{swift}"
50     }
51   ]