[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 3 / a / 6 / CouchbaseLite / 2.0.0 / CouchbaseLite.podspec.json
bloba463177ad2b3abfcf82b5dac7b630e3c3fc96954
2   "name": "CouchbaseLite",
3   "version": "2.0.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://mobile.couchbase.com",
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.0.0/couchbase-lite-objc_community_2.0.0.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   }