[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 17.0.0-beta.1 / LeanCloud.podspec.json
blob5d093b7ae279a2c050a3d26e518e0908a5fc09a5
2   "name": "LeanCloud",
3   "version": "17.0.0-beta.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.0.0-beta.1"
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": "Storage",
26       "dependencies": {
27         "Alamofire": [
28           "5.0.0-rc.2"
29         ]
30       },
31       "source_files": "Sources/Storage/**/*.{swift}"
32     },
33     {
34       "name": "IM",
35       "dependencies": {
36         "SwiftProtobuf": [
37           "~> 1.6.0"
38         ],
39         "Starscream": [
40           "~> 3.1"
41         ],
42         "GRDB.swift": [
43           "~> 4.4"
44         ],
45         "LeanCloud/Storage": [
47         ]
48       },
49       "source_files": "Sources/IM/**/*.{swift}"
50     }
51   ]