4 "summary": "Realm is a modern data framework & database for iOS & OS X.",
5 "description": "The Realm database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nRealm is a mobile database: a replacement for Core Data & SQLite. You can use it on iOS & OS X. Realm is not an ORM on top SQLite: instead it uses its own persistence engine, built for simplicity (& speed). 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"
17 "social_media_url": "https://twitter.com/realm",
18 "documentation_url": "https://realm.io/docs/objc/1.1.0",
23 "module_map": "Realm/module.modulemap",
24 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__",
25 "prepare_command": "sh build.sh cocoapods-setup",
28 "Realm/ObjectStore/src/*.cpp",
29 "Realm/ObjectStore/src/impl/*.cpp",
30 "Realm/ObjectStore/src/impl/apple/*.cpp",
31 "Realm/ObjectStore/src/util/*.cpp",
32 "include/**/*_Private.h",
33 "include/**/RLMAccessor.h",
34 "include/**/RLMListBase.h",
35 "include/**/RLMObjectStore.h",
36 "include/**/RLMOptionalBase.h"
38 "private_header_files": [
39 "include/**/*_Private.h",
40 "include/**/RLMAccessor.h",
41 "include/**/RLMListBase.h",
42 "include/**/RLMObjectStore.h",
43 "include/**/RLMOptionalBase.h"
45 "header_mappings_dir": "include",
46 "pod_target_xcconfig": {
47 "APPLICATION_EXTENSION_API_ONLY": "YES",
48 "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
49 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
50 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
63 "vendored_libraries": "core/librealm-ios.a"
66 "vendored_libraries": "core/librealm-macosx.a"
69 "vendored_libraries": "core/librealm-watchos.a"
72 "vendored_libraries": "core/librealm-tvos.a"
78 "include/**/RLMArray.h",
79 "include/**/RLMCollection.h",
80 "include/**/RLMConstants.h",
81 "include/**/RLMListBase.h",
82 "include/**/RLMMigration.h",
83 "include/**/RLMObject.h",
84 "include/**/RLMObjectBase.h",
85 "include/**/RLMObjectSchema.h",
86 "include/**/RLMOptionalBase.h",
87 "include/**/RLMPlatform.h",
88 "include/**/RLMProperty.h",
89 "include/**/RLMRealm.h",
90 "include/**/RLMRealmConfiguration.h",
91 "include/**/RLMResults.h",
92 "include/**/RLMSchema.h",
94 "include/**/RLMRealm_Dynamic.h",
95 "include/**/RLMObjectBase_Dynamic.h"
97 "public_header_files": [
98 "include/**/RLMArray.h",
99 "include/**/RLMCollection.h",
100 "include/**/RLMConstants.h",
101 "include/**/RLMListBase.h",
102 "include/**/RLMMigration.h",
103 "include/**/RLMObject.h",
104 "include/**/RLMObjectBase.h",
105 "include/**/RLMObjectSchema.h",
106 "include/**/RLMOptionalBase.h",
107 "include/**/RLMPlatform.h",
108 "include/**/RLMProperty.h",
109 "include/**/RLMRealm.h",
110 "include/**/RLMRealmConfiguration.h",
111 "include/**/RLMResults.h",
112 "include/**/RLMSchema.h",
113 "include/**/Realm.h",
114 "include/**/RLMRealm_Dynamic.h",
115 "include/**/RLMObjectBase_Dynamic.h"