Latest | 1.4.4 |
---|---|
Homepage | http://mobile.couchbase.com |
License | Apache License, Version 2.0 |
Platforms | osx 10.8 |
Frameworks | CFNetwork, Security, SystemConfiguration, JavaScriptCore |
Latest podspec
{ "name": "couchbase-lite-osx", "version": "1.4.4", "license": { "type": "Apache License, Version 2.0", "file": "LICENSE.txt" }, "homepage": "http://mobile.couchbase.com", "summary": "An embedded syncable NoSQL database for macOS apps.", "authors": "Couchbase", "source": { "http": "https://packages.couchbase.com/releases/couchbase-lite/macosx/1.4.4/couchbase-lite-macosx-community_1.4.4.zip" }, "preserve_paths": "LICENSE.txt", "platforms": { "osx": "10.8" }, "frameworks": [ "CFNetwork", "Security", "SystemConfiguration", "JavaScriptCore" ], "libraries": [ "z", "c++" ], "xcconfig": { "OTHER_LDFLAGS": "-ObjC" }, "default_subspecs": "Core", "subspecs": [ { "name": "Core", "preserve_paths": [ "CouchbaseLite.framework", "CouchbaseLiteListener.framework" ], "vendored_frameworks": [ "CouchbaseLite.framework", "CouchbaseLiteListener.framework" ], "osx": { "resources": [ "CouchbaseLite.framework", "CouchbaseLiteListener.framework" ] } } ] }
Fri, 19 Oct 2018 15:20:26 +0000