[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 13.0.0 / LeanCloud.podspec.json
blob5ce90c6754e1a92743d7dc65ae97d2594cd2f37a
2   "name": "LeanCloud",
3   "version": "13.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": "13.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/**/*.{h,m,swift}",
25       "private_header_files": "Sources/Foundation/Polyfill/Polyfill.h",
26       "pod_target_xcconfig": {
27         "SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)\"/**"
28       },
29       "preserve_paths": "Sources/Foundation/**/*.{modulemap}"
30     },
31     {
32       "name": "LocalStorage",
33       "dependencies": {
34         "LeanCloud/Foundation": [
36         ]
37       },
38       "source_files": "Sources/LocalStorage/**/*.swift"
39     },
40     {
41       "name": "Storage",
42       "dependencies": {
43         "Alamofire": [
44           "~> 4.7.3"
45         ],
46         "LeanCloud/Foundation": [
48         ],
49         "LeanCloud/LocalStorage": [
51         ]
52       },
53       "source_files": "Sources/Storage/**/*.swift",
54       "resources": "Sources/Storage/**/*.{xcdatamodeld}"
55     }
56   ]