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/2.4.2",
26 "module_map": "Realm/Realm.modulemap",
27 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"2.4.2\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
28 "prepare_command": "sh build.sh cocoapods-setup",
31 "Realm/ObjectStore/src/*.cpp",
32 "Realm/ObjectStore/src/sync/*.cpp",
33 "Realm/ObjectStore/src/sync/impl/*.cpp",
34 "Realm/ObjectStore/src/impl/*.cpp",
35 "Realm/ObjectStore/src/impl/apple/*.cpp",
36 "Realm/ObjectStore/src/util/*.cpp",
37 "Realm/ObjectStore/src/util/apple/*.cpp",
38 "include/**/*_Private.h",
39 "include/**/RLMAccessor.h",
40 "include/**/RLMListBase.h",
41 "include/**/RLMObjectStore.h",
42 "include/**/RLMOptionalBase.h"
44 "private_header_files": [
45 "include/**/*_Private.h",
46 "include/**/RLMAccessor.h",
47 "include/**/RLMListBase.h",
48 "include/**/RLMObjectStore.h",
49 "include/**/RLMOptionalBase.h"
51 "header_mappings_dir": "include",
52 "pod_target_xcconfig": {
53 "APPLICATION_EXTENSION_API_ONLY": "YES",
54 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
55 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
56 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
69 "vendored_libraries": "core/librealm-ios.a"
72 "vendored_libraries": "core/librealm-macosx.a"
75 "vendored_libraries": "core/librealm-watchos.a"
78 "vendored_libraries": "core/librealm-tvos.a"
84 "include/**/RLMArray.h",
85 "include/**/RLMCollection.h",
86 "include/**/RLMConstants.h",
87 "include/**/RLMListBase.h",
88 "include/**/RLMMigration.h",
89 "include/**/RLMObject.h",
90 "include/**/RLMObjectBase.h",
91 "include/**/RLMObjectSchema.h",
92 "include/**/RLMOptionalBase.h",
93 "include/**/RLMPlatform.h",
94 "include/**/RLMProperty.h",
95 "include/**/RLMRealm.h",
96 "include/**/RLMRealmConfiguration+Sync.h",
97 "include/**/RLMRealmConfiguration.h",
98 "include/**/RLMResults.h",
99 "include/**/RLMSchema.h",
100 "include/**/RLMSyncConfiguration.h",
101 "include/**/RLMSyncCredentials.h",
102 "include/**/RLMSyncManager.h",
103 "include/**/RLMSyncPermissionChange.h",
104 "include/**/RLMSyncPermissionOffer.h",
105 "include/**/RLMSyncPermissionOfferResponse.h",
106 "include/**/RLMSyncSession.h",
107 "include/**/RLMSyncUser.h",
108 "include/**/RLMSyncUtil.h",
109 "include/**/RLMThreadSafeReference.h",
110 "include/**/NSError+RLMSync.h",
111 "include/**/Realm.h",
112 "include/**/RLMRealm_Dynamic.h",
113 "include/**/RLMObjectBase_Dynamic.h"
115 "public_header_files": [
116 "include/**/RLMArray.h",
117 "include/**/RLMCollection.h",
118 "include/**/RLMConstants.h",
119 "include/**/RLMListBase.h",
120 "include/**/RLMMigration.h",
121 "include/**/RLMObject.h",
122 "include/**/RLMObjectBase.h",
123 "include/**/RLMObjectSchema.h",
124 "include/**/RLMOptionalBase.h",
125 "include/**/RLMPlatform.h",
126 "include/**/RLMProperty.h",
127 "include/**/RLMRealm.h",
128 "include/**/RLMRealmConfiguration+Sync.h",
129 "include/**/RLMRealmConfiguration.h",
130 "include/**/RLMResults.h",
131 "include/**/RLMSchema.h",
132 "include/**/RLMSyncConfiguration.h",
133 "include/**/RLMSyncCredentials.h",
134 "include/**/RLMSyncManager.h",
135 "include/**/RLMSyncPermissionChange.h",
136 "include/**/RLMSyncPermissionOffer.h",
137 "include/**/RLMSyncPermissionOfferResponse.h",
138 "include/**/RLMSyncSession.h",
139 "include/**/RLMSyncUser.h",
140 "include/**/RLMSyncUtil.h",
141 "include/**/RLMThreadSafeReference.h",
142 "include/**/NSError+RLMSync.h",
143 "include/**/Realm.h",
144 "include/**/RLMRealm_Dynamic.h",
145 "include/**/RLMObjectBase_Dynamic.h"