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.97.1",
22 "module_map": "Realm/module.modulemap",
23 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.97.1\"' -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"
31 "header_mappings_dir": "include",
32 "pod_target_xcconfig": {
33 "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
34 "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
35 "APPLICATION_EXTENSION_API_ONLY": "YES"
47 "vendored_libraries": "core/librealm-ios.a"
50 "vendored_libraries": "core/librealm-osx.a"
53 "vendored_libraries": "core/librealm-watchos.a"
56 "vendored_libraries": "core/librealm-tvos.a"
61 "source_files": "include/**/*.{h,hpp}",
62 "public_header_files": [
63 "include/Realm/RLMArray.h",
64 "include/Realm/RLMCollection.h",
65 "include/Realm/RLMConstants.h",
66 "include/Realm/RLMDefines.h",
67 "include/Realm/RLMListBase.h",
68 "include/Realm/RLMMigration.h",
69 "include/Realm/RLMObject.h",
70 "include/Realm/RLMObjectBase.h",
71 "include/Realm/RLMObjectSchema.h",
72 "include/Realm/RLMOptionalBase.h",
73 "include/Realm/RLMPlatform.h",
74 "include/Realm/RLMProperty.h",
75 "include/Realm/RLMRealm.h",
76 "include/Realm/RLMRealmConfiguration.h",
77 "include/Realm/RLMResults.h",
78 "include/Realm/RLMSchema.h",
79 "include/Realm/Realm.h",
80 "include/Realm/RLMRealm_Dynamic.h",
81 "include/Realm/RLMObjectBase_Dynamic.h"
83 "private_header_files": [
84 "include/Realm/*{Accessor,RealmUtil,ListBase,ObjectStore,Private}.h",
85 "include/Realm/ObjectStore/*.hpp",
86 "include/Realm/ObjectStore/impl/*.hpp",
87 "include/Realm/ObjectStore/impl/apple/*.hpp"