[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 16.0.0 / LeanCloud.podspec.json
blobe1e389ee276d1b3e11357d158b604d1bf40e10f5
2   "name": "LeanCloud",
3   "version": "16.0.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": "16.0.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "3.0"
21   },
22   "subspecs": [
23     {
24       "name": "Storage",
25       "dependencies": {
26         "Alamofire": [
27           "~> 4.8.0"
28         ]
29       },
30       "source_files": "Sources/Storage/**/*.{swift}"
31     },
32     {
33       "name": "IM",
34       "dependencies": {
35         "SwiftProtobuf": [
36           "~> 1.5.0"
37         ],
38         "Starscream": [
39           "~> 3.1.0"
40         ],
41         "FMDB": [
42           "~> 2.7.0"
43         ],
44         "LeanCloud/Storage": [
46         ]
47       },
48       "source_files": "Sources/IM/**/*.{swift}"
49     }
50   ],
51   "swift_version": "5.0"