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",
12 "Realm": "help@realm.io"
16 "social_media_url": "https://twitter.com/realm",
17 "documentation_url": "https://realm.io/docs/objc/0.98.2",
22 "module_map": "Realm/module.modulemap",
23 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.98.2\"' -D__ASSERTMACROS__",
24 "prepare_command": "sh build.sh cocoapods-setup",
27 "Realm/ObjectStore/*.cpp",
28 "Realm/ObjectStore/impl/*.cpp",
29 "Realm/ObjectStore/impl/apple/*.cpp",
30 "include/Realm/*_Private.h",
31 "include/Realm/RLMAccessor.h",
32 "include/Realm/RLMListBase.h",
33 "include/Realm/RLMObjectStore.h",
34 "include/Realm/RLMOptionalBase.h"
36 "private_header_files": [
37 "include/Realm/*_Private.h",
38 "include/Realm/RLMAccessor.h",
39 "include/Realm/RLMListBase.h",
40 "include/Realm/RLMObjectStore.h",
41 "include/Realm/RLMOptionalBase.h"
43 "header_mappings_dir": "include",
44 "pod_target_xcconfig": {
45 "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
46 "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
47 "APPLICATION_EXTENSION_API_ONLY": "YES",
48 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
49 "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
62 "vendored_libraries": "core/librealm-ios.a"
65 "vendored_libraries": "core/librealm-osx.a"
68 "vendored_libraries": "core/librealm-watchos.a"
71 "vendored_libraries": "core/librealm-tvos.a"
77 "include/Realm/RLMArray.h",
78 "include/Realm/RLMCollection.h",
79 "include/Realm/RLMConstants.h",
80 "include/Realm/RLMDefines.h",
81 "include/Realm/RLMListBase.h",
82 "include/Realm/RLMMigration.h",
83 "include/Realm/RLMObject.h",
84 "include/Realm/RLMObjectBase.h",
85 "include/Realm/RLMObjectSchema.h",
86 "include/Realm/RLMOptionalBase.h",
87 "include/Realm/RLMPlatform.h",
88 "include/Realm/RLMProperty.h",
89 "include/Realm/RLMRealm.h",
90 "include/Realm/RLMRealmConfiguration.h",
91 "include/Realm/RLMResults.h",
92 "include/Realm/RLMSchema.h",
93 "include/Realm/Realm.h",
94 "include/Realm/RLMRealm_Dynamic.h",
95 "include/Realm/RLMObjectBase_Dynamic.h"
97 "public_header_files": [
98 "include/Realm/RLMArray.h",
99 "include/Realm/RLMCollection.h",
100 "include/Realm/RLMConstants.h",
101 "include/Realm/RLMDefines.h",
102 "include/Realm/RLMListBase.h",
103 "include/Realm/RLMMigration.h",
104 "include/Realm/RLMObject.h",
105 "include/Realm/RLMObjectBase.h",
106 "include/Realm/RLMObjectSchema.h",
107 "include/Realm/RLMOptionalBase.h",
108 "include/Realm/RLMPlatform.h",
109 "include/Realm/RLMProperty.h",
110 "include/Realm/RLMRealm.h",
111 "include/Realm/RLMRealmConfiguration.h",
112 "include/Realm/RLMResults.h",
113 "include/Realm/RLMSchema.h",
114 "include/Realm/Realm.h",
115 "include/Realm/RLMRealm_Dynamic.h",
116 "include/Realm/RLMObjectBase_Dynamic.h"