[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / 5 / d / MongoSwift / 0.0.1 / MongoSwift.podspec.json
blob12e3d52c2856bf5f6c80d4fde22fc6eee9cd0cc0
2   "name": "MongoSwift",
3   "version": "0.0.1",
4   "summary": "The Swift driver for MongoDB",
5   "homepage": "https://github.com/mongodb/mongo-swift-driver",
6   "license": "AGPL 3.0",
7   "authors": {
8     "Matt Broadstone": "mbroadst@mongodb.com",
9     "Kaitlin Mahar": "kaitlin.mahar@mongodb.com"
10   },
11   "source": {
12     "git": "https://github.com/mongodb/mongo-swift-driver.git",
13     "branch": "master"
14   },
15   "platforms": {
16     "ios": "11.2",
17     "tvos": "9.1",
18     "osx": "10.10"
19   },
20   "swift_version": "4",
21   "requires_arc": true,
22   "source_files": "Sources/MongoSwift/**/*.swift",
23   "preserve_paths": [
24     "Sources/libbson/*.{h,modulemap}",
25     "Sources/libmongoc/*.{h,modulemap}"
26   ],
27   "prepare_command": "[[ -d Sources/libbson ]] || git clone --depth 1 https://github.com/mongodb/swift-bson Sources/libbson\n[[ -d Sources/libmongoc ]] || git clone --depth 1 https://github.com/mongodb/swift-mongoc Sources/libmongoc",
28   "pod_target_xcconfig": {
29     "SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)/Sources/libbson\" \"$(PODS_TARGET_SRCROOT)/Sources/libmongoc\" \"/usr/local/Cellar/mongo-c-driver/1.9.3/include/libmongoc-1.0\" \"/usr/local/Cellar/mongo-c-driver/1.9.3/include/libbson-1.0\"",
30     "LIBRARY_SEARCH_PATHS": "\"/usr/local/Cellar/mongo-c-driver/1.9.3/lib\""
31   },
32   "user_target_xcconfig": {
33     "LIBRARY_SEARCH_PATHS": "\"/usr/local/Cellar/mongo-c-driver/1.9.3/lib\""
34   }