4 "summary": "Embeddable JSON Database engine",
5 "description": "EJDB2 is an embeddable JSON database engine published under MIT license.\n\n- Single file database\n- Online backups support\n\nSimple but powerful query language (JQL) as well as support of the following standards:\n - rfc6902 JSON Patch\n - rfc7386 JSON Merge patch\n - rfc6901 JSON Path\n\nPowered by iowow.io - The persistent key/value storage engine\nProvides HTTP REST/Websockets network endpoints with help of facil.io\nJSON documents are stored in using fast and compact binn binary format",
6 "homepage": "https://ejdb.org",
11 "Anton Adamansky": "adamansky@gmail.com"
13 "social_media_url": "https://twitter.com/ejdblab",
14 "swift_versions": "5.1",
15 "static_framework": true,
20 "git": "https://github.com/Softmotions/EJDB2Swift.git",
23 "source_files": "Sources/EJDB2/**/*.{c,h,m,swift}",
25 "HEADER_SEARCH_PATHS": [
26 "$(PODS_ROOT)/EJDB2/include"
28 "SWIFT_INCLUDE_PATHS": [
29 "$(PODS_ROOT)/EJDB2/Sources/CEJDB2"
32 "pod_target_xcconfig": {
33 "ARCHS": "$(ARCHS_STANDARD_64_BIT)",
34 "VALID_ARCHS": "$(ARCHS_STANDARD_64_BIT)"
42 "vendored_libraries": "lib/IOS/*.a",
44 "name": "Build EJDB libs",
45 "execution_position": "before_compile",
46 "script": "test -f ${PODS_ROOT}/EJDB2/include/ejdb2/ejdb2.h || ${PODS_ROOT}/EJDB2/build-ios.sh"
48 "prepare_command": "./build-ios.sh",
49 "swift_version": "5.1"