[Add] MTPush 4.3.2
[CocoaPods.git] / Specs / a / b / 9 / CBLiteSwift / 2.7.1-beta3 / CBLiteSwift.podspec.json
blob2f5e7e1c49f7058a82e7e8715bad0faca74412ec
2   "name": "CBLiteSwift",
3   "version": "2.7.1-beta3",
4   "license": "Apache License, Version 2.0",
5   "homepage": "https://github.com/kabirsaheb/couchbase-lite-ios",
6   "summary": "An embedded syncable NoSQL database for iOS and MacOS apps.",
7   "authors": "Couchbase",
8   "source": {
9     "git": "https://github.com/kabirsaheb/couchbase-lite-ios.git",
10     "tag": "2.7.1-beta3",
11     "submodules": true
12   },
13   "prepare_command": "sh Scripts/prepare_cocoapods.sh \"CBL_Swift\"",
14   "ios": {
15     "preserve_paths": "frameworks/CBL_Swift/iOS/CouchbaseLiteSwift.framework",
16     "vendored_frameworks": "frameworks/CBL_Swift/iOS/CouchbaseLiteSwift.framework"
17   },
18   "osx": {
19     "preserve_paths": "frameworks/CBL_Swift/macOS/CouchbaseLiteSwift.framework",
20     "vendored_frameworks": "frameworks/CBL_Swift/macOS/CouchbaseLiteSwift.framework"
21   },
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.11"
25   }