[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 16.1.0 / LeanCloud.podspec.json
blob6fc1840420e32fcfa35b54b835d1705cde1b3d8d
2   "name": "LeanCloud",
3   "version": "16.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": "16.1.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   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Storage",
26       "dependencies": {
27         "Alamofire": [
28           "~> 4.8.0"
29         ]
30       },
31       "source_files": "Sources/Storage/**/*.{swift}"
32     },
33     {
34       "name": "IM",
35       "dependencies": {
36         "SwiftProtobuf": [
37           "~> 1.5.0"
38         ],
39         "Starscream": [
40           "~> 3.1.0"
41         ],
42         "FMDB": [
43           "~> 2.7.0"
44         ],
45         "LeanCloud/Storage": [
47         ]
48       },
49       "source_files": "Sources/IM/**/*.{swift}"
50     }
51   ]