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. Use it with Atlas Device Sync for realtime, automatic data sync. 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='@\"10.53.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
39 "prepare_command": "sh scripts/setup-cocoapods.sh",
41 "include/RLMAccessor.h",
42 "include/RLMApp_Private.h",
43 "include/RLMArray_Private.h",
44 "include/RLMAsyncTask_Private.h",
45 "include/RLMBSON_Private.h",
46 "include/RLMCollection_Private.h",
47 "include/RLMDictionary_Private.h",
49 "include/RLMLogger_Private.h",
50 "include/RLMMongoCollection_Private.h",
51 "include/RLMObjectBase_Private.h",
52 "include/RLMObjectSchema_Private.h",
53 "include/RLMObjectStore.h",
54 "include/RLMObject_Private.h",
55 "include/RLMOptionalBase.h",
56 "include/RLMPropertyBase.h",
57 "include/RLMProperty_Private.h",
58 "include/RLMProviderClient_Private.h",
59 "include/RLMRealmConfiguration_Private.h",
60 "include/RLMRealm_Private.h",
61 "include/RLMResults_Private.h",
62 "include/RLMScheduler.h",
63 "include/RLMSchema_Private.h",
64 "include/RLMSet_Private.h",
65 "include/RLMSwiftProperty.h",
66 "include/RLMSyncConfiguration_Private.h",
67 "include/RLMSyncSubscription_Private.h",
68 "include/RLMUpdateResult_Private.h",
69 "include/RLMUser_Private.h",
73 "private_header_files": [
74 "include/RLMAccessor.h",
75 "include/RLMApp_Private.h",
76 "include/RLMArray_Private.h",
77 "include/RLMAsyncTask_Private.h",
78 "include/RLMBSON_Private.h",
79 "include/RLMCollection_Private.h",
80 "include/RLMDictionary_Private.h",
82 "include/RLMLogger_Private.h",
83 "include/RLMMongoCollection_Private.h",
84 "include/RLMObjectBase_Private.h",
85 "include/RLMObjectSchema_Private.h",
86 "include/RLMObjectStore.h",
87 "include/RLMObject_Private.h",
88 "include/RLMOptionalBase.h",
89 "include/RLMPropertyBase.h",
90 "include/RLMProperty_Private.h",
91 "include/RLMProviderClient_Private.h",
92 "include/RLMRealmConfiguration_Private.h",
93 "include/RLMRealm_Private.h",
94 "include/RLMResults_Private.h",
95 "include/RLMScheduler.h",
96 "include/RLMSchema_Private.h",
97 "include/RLMSet_Private.h",
98 "include/RLMSwiftProperty.h",
99 "include/RLMSyncConfiguration_Private.h",
100 "include/RLMSyncSubscription_Private.h",
101 "include/RLMUpdateResult_Private.h",
102 "include/RLMUser_Private.h",
105 "header_mappings_dir": "include",
106 "pod_target_xcconfig": {
107 "APPLICATION_EXTENSION_API_ONLY": "YES",
108 "CLANG_CXX_LANGUAGE_STANDARD": "c++20",
109 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
110 "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
111 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\"",
112 "IPHONEOS_DEPLOYMENT_TARGET_1500": "12.0",
113 "IPHONEOS_DEPLOYMENT_TARGET_1600": "12.0",
114 "IPHONEOS_DEPLOYMENT_TARGET": "$(IPHONEOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
115 "MACOSX_DEPLOYMENT_TARGET_1500": "10.13",
116 "MACOSX_DEPLOYMENT_TARGET_1600": "10.13",
117 "MACOSX_DEPLOYMENT_TARGET": "$(MACOSX_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
118 "WATCHOS_DEPLOYMENT_TARGET_1500": "4.0",
119 "WATCHOS_DEPLOYMENT_TARGET_1600": "4.0",
120 "WATCHOS_DEPLOYMENT_TARGET": "$(WATCHOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
121 "TVOS_DEPLOYMENT_TARGET_1500": "12.0",
122 "TVOS_DEPLOYMENT_TARGET_1600": "12.0",
123 "TVOS_DEPLOYMENT_TARGET": "$(TVOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
124 "OTHER_LDFLAGS": "\"-Wl,-unexported_symbols_list,${PODS_ROOT}/Realm/Configuration/Realm/PrivateSymbols.txt\""
129 "Configuration/Realm/PrivateSymbols.txt"
131 "resource_bundles": {
132 "realm_objc_privacy": [
133 "Realm/PrivacyInfo.xcprivacy"
142 "vendored_frameworks": "core/realm-monorepo.xcframework",
148 "include/RLMArray.h",
149 "include/RLMAsymmetricObject.h",
150 "include/RLMAsyncTask.h",
151 "include/RLMCollection.h",
152 "include/RLMConstants.h",
153 "include/RLMDecimal128.h",
154 "include/RLMDictionary.h",
155 "include/RLMEmbeddedObject.h",
156 "include/RLMGeospatial.h",
157 "include/RLMError.h",
158 "include/RLMLogger.h",
159 "include/RLMMigration.h",
160 "include/RLMObject.h",
161 "include/RLMObjectBase.h",
162 "include/RLMObjectId.h",
163 "include/RLMObjectSchema.h",
164 "include/RLMProperty.h",
165 "include/RLMRealm.h",
166 "include/RLMRealmConfiguration.h",
167 "include/RLMResults.h",
168 "include/RLMSchema.h",
169 "include/RLMSectionedResults.h",
171 "include/RLMSwiftCollectionBase.h",
172 "include/RLMSwiftValueStorage.h",
173 "include/RLMThreadSafeReference.h",
174 "include/RLMValue.h",
175 "include/NSError+RLMSync.h",
177 "include/RLMAppCredentials.h",
179 "include/RLMInitialSubscriptionsConfiguration.h",
180 "include/RLMNetworkTransport.h",
181 "include/RLMPushClient.h",
182 "include/RLMProviderClient.h",
183 "include/RLMRealm+Sync.h",
184 "include/RLMSyncConfiguration.h",
185 "include/RLMCredentials.h",
186 "include/RLMSyncManager.h",
187 "include/RLMSyncSession.h",
189 "include/RLMUserAPIKey.h",
190 "include/RLMAPIKeyAuth.h",
191 "include/RLMEmailPasswordAuth.h",
192 "include/RLMFindOneAndModifyOptions.h",
193 "include/RLMFindOptions.h",
194 "include/RLMMongoClient.h",
195 "include/RLMMongoCollection.h",
196 "include/RLMMongoDatabase.h",
197 "include/RLMUpdateResult.h",
198 "include/RLMSyncSubscription.h",
199 "include/RLMRealm_Dynamic.h",
200 "include/RLMObjectBase_Dynamic.h",
201 "include/RLMSwiftObject.h"
203 "public_header_files": [
205 "include/RLMArray.h",
206 "include/RLMAsymmetricObject.h",
207 "include/RLMAsyncTask.h",
208 "include/RLMCollection.h",
209 "include/RLMConstants.h",
210 "include/RLMDecimal128.h",
211 "include/RLMDictionary.h",
212 "include/RLMEmbeddedObject.h",
213 "include/RLMGeospatial.h",
214 "include/RLMError.h",
215 "include/RLMLogger.h",
216 "include/RLMMigration.h",
217 "include/RLMObject.h",
218 "include/RLMObjectBase.h",
219 "include/RLMObjectId.h",
220 "include/RLMObjectSchema.h",
221 "include/RLMProperty.h",
222 "include/RLMRealm.h",
223 "include/RLMRealmConfiguration.h",
224 "include/RLMResults.h",
225 "include/RLMSchema.h",
226 "include/RLMSectionedResults.h",
228 "include/RLMSwiftCollectionBase.h",
229 "include/RLMSwiftValueStorage.h",
230 "include/RLMThreadSafeReference.h",
231 "include/RLMValue.h",
232 "include/NSError+RLMSync.h",
234 "include/RLMAppCredentials.h",
236 "include/RLMInitialSubscriptionsConfiguration.h",
237 "include/RLMNetworkTransport.h",
238 "include/RLMPushClient.h",
239 "include/RLMProviderClient.h",
240 "include/RLMRealm+Sync.h",
241 "include/RLMSyncConfiguration.h",
242 "include/RLMCredentials.h",
243 "include/RLMSyncManager.h",
244 "include/RLMSyncSession.h",
246 "include/RLMUserAPIKey.h",
247 "include/RLMAPIKeyAuth.h",
248 "include/RLMEmailPasswordAuth.h",
249 "include/RLMFindOneAndModifyOptions.h",
250 "include/RLMFindOptions.h",
251 "include/RLMMongoClient.h",
252 "include/RLMMongoCollection.h",
253 "include/RLMMongoDatabase.h",
254 "include/RLMUpdateResult.h",
255 "include/RLMSyncSubscription.h",
256 "include/RLMRealm_Dynamic.h",
257 "include/RLMObjectBase_Dynamic.h",
258 "include/RLMSwiftObject.h"