[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 16.0.0-beta.4 / LeanCloud.podspec.json
blob6045eafc69854a392bddd43ecc10b5081d6afdde
2   "name": "LeanCloud",
3   "version": "16.0.0-beta.4",
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.4"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "tvos": "10.0",
20     "watchos": "3.0"
21   },
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "Sources/Foundation/**/*.{h,m,swift}",
26       "private_header_files": "Sources/Foundation/Polyfill/Polyfill.h",
27       "pod_target_xcconfig": {
28         "SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)\"/**"
29       },
30       "preserve_paths": "Sources/Foundation/**/*.{modulemap}"
31     },
32     {
33       "name": "LocalStorage",
34       "dependencies": {
35         "LeanCloud/Foundation": [
37         ]
38       },
39       "source_files": "Sources/LocalStorage/**/*.swift"
40     },
41     {
42       "name": "Storage",
43       "dependencies": {
44         "Alamofire": [
45           "~> 4.8.0"
46         ],
47         "LeanCloud/Foundation": [
49         ],
50         "LeanCloud/LocalStorage": [
52         ]
53       },
54       "source_files": "Sources/Storage/**/*.swift",
55       "resources": "Sources/Storage/**/*.{xcdatamodeld}"
56     },
57     {
58       "name": "IM",
59       "dependencies": {
60         "SwiftProtobuf": [
61           "~> 1.4.0"
62         ],
63         "Starscream": [
64           "~> 3.1.0"
65         ],
66         "LeanCloud/Storage": [
68         ]
69       },
70       "source_files": "Sources/IM/**/*.swift",
71       "resources": "Sources/IM/**/*.{xcdatamodeld}"
72     }
73   ]