[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / d / LeanCloud / 16.0.0-beta.5 / LeanCloud.podspec.json
blobafe09010af0e7ac78674219e4101a1e0b14dcb01
2   "name": "LeanCloud",
3   "version": "16.0.0-beta.5",
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.5"
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": "Storage",
25       "dependencies": {
26         "Alamofire": [
27           "~> 4.8.0"
28         ]
29       },
30       "source_files": "Sources/Storage/**/*.{h,m,swift}",
31       "resources": "Sources/Storage/**/*.{xcdatamodeld}",
32       "private_header_files": "Sources/Storage/Foundation/Polyfill/Polyfill.h",
33       "preserve_paths": "Sources/Storage/Foundation/**/*.{modulemap}",
34       "pod_target_xcconfig": {
35         "SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)\"/**"
36       }
37     },
38     {
39       "name": "IM",
40       "dependencies": {
41         "SwiftProtobuf": [
42           "~> 1.5.0"
43         ],
44         "Starscream": [
45           "~> 3.1.0"
46         ],
47         "LeanCloud/Storage": [
49         ]
50       },
51       "source_files": "Sources/IM/**/*.swift",
52       "resources": "Sources/IM/**/*.{xcdatamodeld}"
53     }
54   ]