ilink-world/ios/Pods/Local Podspecs/RealmJS.podspec.json

73 lines
2.4 KiB
JSON
Raw Normal View History

2021-10-26 18:19:13 +00:00
{
"name": "RealmJS",
"version": "3.6.5",
"summary": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"license": "See the actual license in the file LICENSE",
"authors": {
"name": "Realm",
"email": "help@realm.io",
"url": "https://realm.io"
},
"homepage": "https://realm.io",
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/realm/realm-js/blob/master/CONTRIBUTING.md#how-to-debug-react-native-podspec"
},
"prepare_command": "node ./scripts/download-realm.js ios --sync",
"script_phases": {
"name": "Download Realm Core & Sync",
"script": "echo \"Using Node.js $(node --version)\" && node ${PODS_TARGET_SRCROOT}/scripts/download-realm.js ios --sync",
"execution_position": "before_compile"
},
"source_files": [
"src/*.cpp",
"src/jsc/*.cpp",
"src/ios/*.mm",
"src/object-store/src/*.cpp",
"src/object-store/src/sync/*.cpp",
"src/object-store/src/sync/impl/*.cpp",
"src/object-store/src/sync/impl/apple/*.cpp",
"src/object-store/src/impl/*.cpp",
"src/object-store/src/impl/apple/*.cpp",
"src/object-store/src/util/*.cpp",
"src/object-store/src/util/apple/*.cpp",
"react-native/ios/RealmReact/*.mm",
"vendor/*.cpp"
],
"frameworks": [
"JavaScriptCore"
],
"libraries": [
"c++",
"z"
],
"compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_ENABLE_SYNC",
"pod_target_xcconfig": {
"CC": "$(PODS_TARGET_SRCROOT)/scripts/ccache-clang.sh",
"CXX": "$(PODS_TARGET_SRCROOT)/scripts/ccache-clang++.sh",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"CLANG_CXX_LIBRARY": "libc++",
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
"CURRENT_PROJECT_VERSION": "3.6.5",
"VERSIONING_SYSTEM": "apple-generic",
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/src/\" \"$(PODS_TARGET_SRCROOT)/src/jsc/\" \"$(PODS_TARGET_SRCROOT)/src/object-store/src/\" \"$(PODS_TARGET_SRCROOT)/src/object-store/external/json/\" \"$(PODS_TARGET_SRCROOT)/vendor/\" \"$(PODS_TARGET_SRCROOT)/vendor/realm-ios/include/\" \"$(PODS_TARGET_SRCROOT)/react-native/ios/RealmReact/\" \"$(PODS_ROOT)/Headers/Public/React-Core/\""
},
"ios": {
"vendored_libraries": [
"vendor/realm-ios/librealm-ios.a",
"vendor/realm-ios/librealm-parser-ios.a"
]
},
"dependencies": {
"React": [
],
"GCDWebServer": [
]
}
}