4 "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
5 "description": "The Realm Mobile Database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nThe Realm Mobile Database is a fast, easy-to-use replacement for Core Data & SQLite. Use it with the Realm Mobile Platform for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://realm.io.",
6 "homepage": "https://realm.io",
8 "git": "https://github.com/realm/realm-cocoa.git",
13 "Realm": "help@realm.io"
20 "social_media_url": "https://twitter.com/realm",
21 "documentation_url": "https://realm.io/docs/objc/3.16.0",
26 "frameworks": "Security",
27 "module_map": "Realm/Realm.modulemap",
28 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"3.16.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
29 "prepare_command": "sh build.sh cocoapods-setup",
32 "Realm/ObjectStore/src/*.cpp",
33 "Realm/ObjectStore/src/sync/*.cpp",
34 "Realm/ObjectStore/src/sync/impl/*.cpp",
35 "Realm/ObjectStore/src/sync/impl/apple/*.cpp",
36 "Realm/ObjectStore/src/impl/*.cpp",
37 "Realm/ObjectStore/src/impl/apple/*.cpp",
38 "Realm/ObjectStore/src/util/*.cpp",
39 "Realm/ObjectStore/src/util/apple/*.cpp",
40 "include/**/RLMAccessor.h",
41 "include/**/RLMArray_Private.h",
42 "include/**/RLMCollection_Private.h",
43 "include/**/RLMListBase.h",
44 "include/**/RLMObjectBase_Private.h",
45 "include/**/RLMObjectSchema_Private.h",
46 "include/**/RLMObjectStore.h",
47 "include/**/RLMObject_Private.h",
48 "include/**/RLMOptionalBase.h",
49 "include/**/RLMProperty_Private.h",
50 "include/**/RLMRealmConfiguration_Private.h",
51 "include/**/RLMRealm_Private.h",
52 "include/**/RLMResults_Private.h",
53 "include/**/RLMSchema_Private.h",
54 "include/**/RLMSyncConfiguration_Private.h",
55 "include/**/RLMSyncUtil_Private.h"
57 "private_header_files": [
58 "include/**/RLMAccessor.h",
59 "include/**/RLMArray_Private.h",
60 "include/**/RLMCollection_Private.h",
61 "include/**/RLMListBase.h",
62 "include/**/RLMObjectBase_Private.h",
63 "include/**/RLMObjectSchema_Private.h",
64 "include/**/RLMObjectStore.h",
65 "include/**/RLMObject_Private.h",
66 "include/**/RLMOptionalBase.h",
67 "include/**/RLMProperty_Private.h",
68 "include/**/RLMRealmConfiguration_Private.h",
69 "include/**/RLMRealm_Private.h",
70 "include/**/RLMResults_Private.h",
71 "include/**/RLMSchema_Private.h",
72 "include/**/RLMSyncConfiguration_Private.h",
73 "include/**/RLMSyncUtil_Private.h"
75 "header_mappings_dir": "include",
76 "pod_target_xcconfig": {
77 "APPLICATION_EXTENSION_API_ONLY": "YES",
78 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
79 "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
80 "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
81 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
94 "vendored_libraries": "core/librealmcore-ios.a"
97 "vendored_libraries": "core/librealmcore-macosx.a"
100 "vendored_libraries": "core/librealmcore-watchos.a"
103 "vendored_libraries": "core/librealmcore-tvos.a"
109 "include/**/RLMArray.h",
110 "include/**/RLMCollection.h",
111 "include/**/RLMConstants.h",
112 "include/**/RLMListBase.h",
113 "include/**/RLMMigration.h",
114 "include/**/RLMObject.h",
115 "include/**/RLMObjectBase.h",
116 "include/**/RLMObjectSchema.h",
117 "include/**/RLMOptionalBase.h",
118 "include/**/RLMPlatform.h",
119 "include/**/RLMProperty.h",
120 "include/**/RLMRealm.h",
121 "include/**/RLMRealm+Sync.h",
122 "include/**/RLMRealmConfiguration+Sync.h",
123 "include/**/RLMRealmConfiguration.h",
124 "include/**/RLMResults.h",
125 "include/**/RLMSchema.h",
126 "include/**/RLMSyncConfiguration.h",
127 "include/**/RLMSyncCredentials.h",
128 "include/**/RLMSyncManager.h",
129 "include/**/RLMSyncPermission.h",
130 "include/**/RLMSyncSession.h",
131 "include/**/RLMSyncSubscription.h",
132 "include/**/RLMSyncUser.h",
133 "include/**/RLMSyncUtil.h",
134 "include/**/RLMThreadSafeReference.h",
135 "include/**/NSError+RLMSync.h",
136 "include/**/Realm.h",
137 "include/**/RLMRealm_Dynamic.h",
138 "include/**/RLMObjectBase_Dynamic.h"
140 "public_header_files": [
141 "include/**/RLMArray.h",
142 "include/**/RLMCollection.h",
143 "include/**/RLMConstants.h",
144 "include/**/RLMListBase.h",
145 "include/**/RLMMigration.h",
146 "include/**/RLMObject.h",
147 "include/**/RLMObjectBase.h",
148 "include/**/RLMObjectSchema.h",
149 "include/**/RLMOptionalBase.h",
150 "include/**/RLMPlatform.h",
151 "include/**/RLMProperty.h",
152 "include/**/RLMRealm.h",
153 "include/**/RLMRealm+Sync.h",
154 "include/**/RLMRealmConfiguration+Sync.h",
155 "include/**/RLMRealmConfiguration.h",
156 "include/**/RLMResults.h",
157 "include/**/RLMSchema.h",
158 "include/**/RLMSyncConfiguration.h",
159 "include/**/RLMSyncCredentials.h",
160 "include/**/RLMSyncManager.h",
161 "include/**/RLMSyncPermission.h",
162 "include/**/RLMSyncSession.h",
163 "include/**/RLMSyncSubscription.h",
164 "include/**/RLMSyncUser.h",
165 "include/**/RLMSyncUtil.h",
166 "include/**/RLMThreadSafeReference.h",
167 "include/**/NSError+RLMSync.h",
168 "include/**/Realm.h",
169 "include/**/RLMRealm_Dynamic.h",
170 "include/**/RLMObjectBase_Dynamic.h"