4 "summary": "Realm is a modern data framework & database for iOS & OS X.",
5 "description": " The Realm database, for Objective-C.\n\n Realm 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\n",
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.92.0",
22 "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.92.0\"'",
23 "prepare_command": "sh build.sh cocoapods-setup",
24 "public_header_files": [
25 "include/Realm/RLMArray.h",
26 "include/Realm/RLMCollection.h",
27 "include/Realm/RLMConstants.h",
28 "include/Realm/RLMListBase.h",
29 "include/Realm/RLMMigration.h",
30 "include/Realm/RLMObject.h",
31 "include/Realm/RLMObjectBase.h",
32 "include/Realm/RLMObjectSchema.h",
33 "include/Realm/RLMPlatform.h",
34 "include/Realm/RLMProperty.h",
35 "include/Realm/RLMRealm.h",
36 "include/Realm/RLMResults.h",
37 "include/Realm/RLMSchema.h",
38 "include/Realm/Realm.h"
41 "Realm/*.{h,m,mm,hpp}",
44 "header_mappings_dir": "include",
46 "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
47 "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)"
57 "vendored_libraries": "core/librealm-ios.a"
60 "vendored_libraries": "core/librealm.a"
65 "source_files": "include/**/*.h",
66 "public_header_files": [
67 "include/Realm/RLMArray.h",
68 "include/Realm/RLMCollection.h",
69 "include/Realm/RLMConstants.h",
70 "include/Realm/RLMListBase.h",
71 "include/Realm/RLMMigration.h",
72 "include/Realm/RLMObject.h",
73 "include/Realm/RLMObjectBase.h",
74 "include/Realm/RLMObjectSchema.h",
75 "include/Realm/RLMPlatform.h",
76 "include/Realm/RLMProperty.h",
77 "include/Realm/RLMRealm.h",
78 "include/Realm/RLMResults.h",
79 "include/Realm/RLMSchema.h",
80 "include/Realm/Realm.h"