[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 17.1.0 / LeanCloud.podspec.json
blob36c88e15dacbe8f109c060a4f0d5c4f555bb8b90
2   "name": "LeanCloud",
3   "version": "17.1.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.1.0"
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   "subspecs": [
23     {
24       "name": "Foundation",
25       "dependencies": {
26         "Alamofire": [
27           "~> 5.0-rc.2"
28         ]
29       },
30       "source_files": "Sources/Foundation/**/*.{swift}"
31     },
32     {
33       "name": "RTM",
34       "dependencies": {
35         "SwiftProtobuf": [
36           "~> 1.7.0"
37         ],
38         "Starscream": [
39           "~> 3.1"
40         ],
41         "GRDB.swift": [
42           "~> 4.4"
43         ],
44         "LeanCloud/Foundation": [
45           "17.1.0"
46         ]
47       },
48       "source_files": "Sources/RTM/**/*.{swift}"
49     }
50   ],
51   "swift_version": "5.0"