[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 6 / CouchbaseLite / 2.1.5 / CouchbaseLite.podspec.json
blobc0bd8b24a1ea18dcf7a7ad54955815a6f08e8be6
2   "name": "CouchbaseLite",
3   "version": "2.1.5",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "https://github.com/couchbase/couchbase-lite-ios",
9   "summary": "Couchbase Lite Community Edition for Objective-C",
10   "authors": "Couchbase",
11   "source": {
12     "http": "https://packages.couchbase.com/releases/couchbase-lite-ios/2.1.5/couchbase-lite-objc_community_2.1.5.zip"
13   },
14   "preserve_paths": [
15     "LICENSE.txt",
16     "iOS/CouchbaseLite.framework",
17     "macOS/CouchbaseLite.framework"
18   ],
19   "ios": {
20     "vendored_frameworks": "iOS/CouchbaseLite.framework"
21   },
22   "osx": {
23     "vendored_frameworks": "macOS/CouchbaseLite.framework"
24   },
25   "platforms": {
26     "ios": "9.0",
27     "osx": "10.11"
28   }