[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 1 / 3 / 8 / EJDB2 / 1.0.15 / EJDB2.podspec.json
blob182611c8143e3ba964c30a3c59e50789371391fb
2   "name": "EJDB2",
3   "version": "1.0.15",
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",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Anton Adamansky": "adamansky@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/ejdblab",
14   "swift_versions": "5.1",
15   "static_framework": true,
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Softmotions/EJDB2Swift.git",
21     "tag": "v1.0.15"
22   },
23   "source_files": "Sources/EJDB2/**/*.{c,h,m,swift}",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": [
26       "$(PODS_ROOT)/EJDB2/include"
27     ],
28     "SWIFT_INCLUDE_PATHS": [
29       "$(PODS_ROOT)/EJDB2/Sources/CEJDB2"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "ARCHS": "$(ARCHS_STANDARD_64_BIT)",
34     "VALID_ARCHS": "$(ARCHS_STANDARD_64_BIT)"
35   },
36   "preserve_paths": [
37     "*.sh",
38     "Sources/**/*",
39     "lib/**",
40     "include/**"
41   ],
42   "vendored_libraries": "lib/IOS/*.a",
43   "script_phases": {
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"
47   },
48   "prepare_command": "./build-ios.sh",
49   "swift_version": "5.1"