[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 16.0.0-beta.6 / LeanCloud.podspec.json
blob7c0d147191dddf73fa4b21191616bab6efa834b7
2   "name": "LeanCloud",
3   "version": "16.0.0-beta.6",
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-beta.6"
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   ]