[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 12.0.0 / LeanCloud.podspec.json
blob7378bcfc4c411997a612725cbb9b021cf653d6d5
2   "name": "LeanCloud",
3   "version": "12.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": "12.0.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "source_files": "Sources/Foundation/**/*.swift"
25     },
26     {
27       "name": "LocalStorage",
28       "dependencies": {
29         "LeanCloud/Foundation": [
31         ]
32       },
33       "source_files": "Sources/LocalStorage/**/*.swift"
34     },
35     {
36       "name": "Storage",
37       "dependencies": {
38         "Alamofire": [
39           "~> 4.7.3"
40         ],
41         "LeanCloud/Foundation": [
43         ],
44         "LeanCloud/LocalStorage": [
46         ]
47       },
48       "source_files": "Sources/Storage/**/*.swift",
49       "resources": "Sources/Storage/AppRouterCache.xcdatamodeld"
50     }
51   ]