blob: 860201c64319674b8cae96e29a4d624a52dd54fa [file] [log] [blame]
{
"name": "Realm",
"version": "0.96.0",
"summary": "Realm is a modern data framework & database for iOS & OS X.",
"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",
"homepage": "https://realm.io",
"source": {
"git": "https://github.com/realm/realm-cocoa.git",
"tag": "v0.96.0"
},
"authors": {
"Realm": "help@realm.io"
},
"libraries": "c++",
"requires_arc": true,
"social_media_url": "https://twitter.com/realm",
"documentation_url": "https://realm.io/docs/objc/0.96.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"module_map": "Realm/module.modulemap",
"compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.96.0\"' -D__ASSERTMACROS__",
"prepare_command": "sh build.sh cocoapods-setup",
"source_files": [
"Realm/*.{m,mm}",
"Realm/ObjectStore/*.cpp"
],
"header_mappings_dir": "include",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
"OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"preserve_paths": [
"build.sh"
],
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0"
},
"ios": {
"vendored_libraries": "core/librealm-ios.a"
},
"osx": {
"vendored_libraries": "core/librealm-osx.a"
},
"watchos": {
"vendored_libraries": "core/librealm-watchos.a"
},
"subspecs": [
{
"name": "Headers",
"source_files": "include/**/*.{h,hpp}",
"public_header_files": [
"include/Realm/RLMArray.h",
"include/Realm/RLMCollection.h",
"include/Realm/RLMConstants.h",
"include/Realm/RLMDefines.h",
"include/Realm/RLMListBase.h",
"include/Realm/RLMMigration.h",
"include/Realm/RLMObject.h",
"include/Realm/RLMObjectBase.h",
"include/Realm/RLMObjectSchema.h",
"include/Realm/RLMOptionalBase.h",
"include/Realm/RLMPlatform.h",
"include/Realm/RLMProperty.h",
"include/Realm/RLMRealm.h",
"include/Realm/RLMRealmConfiguration.h",
"include/Realm/RLMResults.h",
"include/Realm/RLMSchema.h",
"include/Realm/Realm.h",
"include/Realm/RLMRealm_Dynamic.h",
"include/Realm/RLMObjectBase_Dynamic.h"
],
"private_header_files": [
"include/Realm/*{Accessor,RealmUtil,ListBase,ObjectStore,Private}.h",
"include/Realm/ObjectStore/*.hpp"
]
}
]
}