4 "cocoapods_version": ">= 1.10",
5 "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
6 "description": "The Realm Database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nRealm is a fast, easy-to-use replacement for Core Data & SQLite. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://www.mongodb.com/docs/atlas/device-sdks/sdk/swift/.",
7 "homepage": "https://realm.io",
9 "git": "https://github.com/realm/realm-swift.git",
13 "Realm": "realm-help@mongodb.com"
21 "social_media_url": "https://twitter.com/realm",
22 "documentation_url": "https://docs.mongodb.com/realm/sdk/swift",
28 "frameworks": "Security",
29 "weak_frameworks": "UIKit"
32 "weak_frameworks": "UIKit"
35 "weak_frameworks": "UIKit"
37 "module_map": "Realm/Realm.modulemap",
38 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"20.0.0\"' -D__ASSERTMACROS__",
39 "prepare_command": "sh scripts/setup-cocoapods.sh",
41 "include/RLMAccessor.h",
42 "include/RLMArray_Private.h",
43 "include/RLMAsyncTask_Private.h",
44 "include/RLMCollection_Private.h",
45 "include/RLMDictionary_Private.h",
47 "include/RLMLogger_Private.h",
48 "include/RLMObjectBase_Private.h",
49 "include/RLMObjectSchema_Private.h",
50 "include/RLMObjectStore.h",
51 "include/RLMObject_Private.h",
52 "include/RLMOptionalBase.h",
53 "include/RLMPropertyBase.h",
54 "include/RLMProperty_Private.h",
55 "include/RLMRealmConfiguration_Private.h",
56 "include/RLMRealm_Private.h",
57 "include/RLMResults_Private.h",
58 "include/RLMScheduler.h",
59 "include/RLMSchema_Private.h",
60 "include/RLMSet_Private.h",
61 "include/RLMSwiftProperty.h",
65 "private_header_files": [
66 "include/RLMAccessor.h",
67 "include/RLMArray_Private.h",
68 "include/RLMAsyncTask_Private.h",
69 "include/RLMCollection_Private.h",
70 "include/RLMDictionary_Private.h",
72 "include/RLMLogger_Private.h",
73 "include/RLMObjectBase_Private.h",
74 "include/RLMObjectSchema_Private.h",
75 "include/RLMObjectStore.h",
76 "include/RLMObject_Private.h",
77 "include/RLMOptionalBase.h",
78 "include/RLMPropertyBase.h",
79 "include/RLMProperty_Private.h",
80 "include/RLMRealmConfiguration_Private.h",
81 "include/RLMRealm_Private.h",
82 "include/RLMResults_Private.h",
83 "include/RLMScheduler.h",
84 "include/RLMSchema_Private.h",
85 "include/RLMSet_Private.h",
86 "include/RLMSwiftProperty.h",
89 "header_mappings_dir": "include",
90 "pod_target_xcconfig": {
91 "APPLICATION_EXTENSION_API_ONLY": "YES",
92 "CLANG_CXX_LANGUAGE_STANDARD": "c++20",
93 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
94 "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
95 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\"",
96 "IPHONEOS_DEPLOYMENT_TARGET_1500": "12.0",
97 "IPHONEOS_DEPLOYMENT_TARGET_1600": "12.0",
98 "IPHONEOS_DEPLOYMENT_TARGET": "$(IPHONEOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
99 "MACOSX_DEPLOYMENT_TARGET_1500": "10.13",
100 "MACOSX_DEPLOYMENT_TARGET_1600": "10.13",
101 "MACOSX_DEPLOYMENT_TARGET": "$(MACOSX_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
102 "WATCHOS_DEPLOYMENT_TARGET_1500": "4.0",
103 "WATCHOS_DEPLOYMENT_TARGET_1600": "4.0",
104 "WATCHOS_DEPLOYMENT_TARGET": "$(WATCHOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
105 "TVOS_DEPLOYMENT_TARGET_1500": "12.0",
106 "TVOS_DEPLOYMENT_TARGET_1600": "12.0",
107 "TVOS_DEPLOYMENT_TARGET": "$(TVOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
108 "OTHER_LDFLAGS": "\"-Wl,-unexported_symbols_list,${PODS_ROOT}/Realm/Configuration/Realm/PrivateSymbols.txt\""
113 "Configuration/Realm/PrivateSymbols.txt"
115 "resource_bundles": {
116 "realm_objc_privacy": [
117 "Realm/PrivacyInfo.xcprivacy"
126 "vendored_frameworks": "core/realm-monorepo.xcframework",
132 "include/RLMArray.h",
133 "include/RLMAsymmetricObject.h",
134 "include/RLMAsyncTask.h",
135 "include/RLMCollection.h",
136 "include/RLMConstants.h",
137 "include/RLMDecimal128.h",
138 "include/RLMDictionary.h",
139 "include/RLMEmbeddedObject.h",
140 "include/RLMGeospatial.h",
141 "include/RLMError.h",
142 "include/RLMLogger.h",
143 "include/RLMMigration.h",
144 "include/RLMObject.h",
145 "include/RLMObjectBase.h",
146 "include/RLMObjectId.h",
147 "include/RLMObjectSchema.h",
148 "include/RLMProperty.h",
149 "include/RLMRealm.h",
150 "include/RLMRealmConfiguration.h",
151 "include/RLMResults.h",
152 "include/RLMSchema.h",
153 "include/RLMSectionedResults.h",
155 "include/RLMSwiftCollectionBase.h",
156 "include/RLMSwiftValueStorage.h",
157 "include/RLMThreadSafeReference.h",
158 "include/RLMValue.h",
159 "include/RLMRealm_Dynamic.h",
160 "include/RLMObjectBase_Dynamic.h",
161 "include/RLMSwiftObject.h"
163 "public_header_files": [
165 "include/RLMArray.h",
166 "include/RLMAsymmetricObject.h",
167 "include/RLMAsyncTask.h",
168 "include/RLMCollection.h",
169 "include/RLMConstants.h",
170 "include/RLMDecimal128.h",
171 "include/RLMDictionary.h",
172 "include/RLMEmbeddedObject.h",
173 "include/RLMGeospatial.h",
174 "include/RLMError.h",
175 "include/RLMLogger.h",
176 "include/RLMMigration.h",
177 "include/RLMObject.h",
178 "include/RLMObjectBase.h",
179 "include/RLMObjectId.h",
180 "include/RLMObjectSchema.h",
181 "include/RLMProperty.h",
182 "include/RLMRealm.h",
183 "include/RLMRealmConfiguration.h",
184 "include/RLMResults.h",
185 "include/RLMSchema.h",
186 "include/RLMSectionedResults.h",
188 "include/RLMSwiftCollectionBase.h",
189 "include/RLMSwiftValueStorage.h",
190 "include/RLMThreadSafeReference.h",
191 "include/RLMValue.h",
192 "include/RLMRealm_Dynamic.h",
193 "include/RLMObjectBase_Dynamic.h",
194 "include/RLMSwiftObject.h"