[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 0.93.0 / Realm.podspec.json
blob852471ca4b241ce0d68e10cc8244272a959d61e1
2   "name": "Realm",
3   "version": "0.93.0\n",
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\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",
7   "source": {
8     "git": "https://github.com/realm/realm-cocoa.git",
9     "tag": "v0.93.0"
10   },
11   "authors": {
12     "Realm": "help@realm.io"
13   },
14   "libraries": "c++",
15   "requires_arc": true,
16   "social_media_url": "https://twitter.com/realm",
17   "documentation_url": "https://realm.io/docs/objc/0.93.0",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "module_map": "Realm/module.modulemap",
23   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.93.0\"'",
24   "prepare_command": "sh build.sh cocoapods-setup",
25   "source_files": "Realm/*.{m,mm}",
26   "header_mappings_dir": "include",
27   "xcconfig": {
28     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
29     "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)"
30   },
31   "preserve_paths": [
32     "build.sh"
33   ],
34   "platforms": {
35     "ios": "7.0",
36     "osx": "10.9"
37   },
38   "ios": {
39     "vendored_libraries": "core/librealm-ios.a"
40   },
41   "osx": {
42     "vendored_libraries": "core/librealm.a"
43   },
44   "subspecs": [
45     {
46       "name": "Headers",
47       "source_files": "include/**/*.{h,hpp}",
48       "public_header_files": [
49         "include/Realm/RLMArray.h",
50         "include/Realm/RLMCollection.h",
51         "include/Realm/RLMConstants.h",
52         "include/Realm/RLMListBase.h",
53         "include/Realm/RLMMigration.h",
54         "include/Realm/RLMObject.h",
55         "include/Realm/RLMObjectBase.h",
56         "include/Realm/RLMObjectSchema.h",
57         "include/Realm/RLMPlatform.h",
58         "include/Realm/RLMProperty.h",
59         "include/Realm/RLMRealm.h",
60         "include/Realm/RLMResults.h",
61         "include/Realm/RLMSchema.h",
62         "include/Realm/Realm.h"
63       ],
64       "private_header_files": "include/Realm/*{RealmUtil,ListBase,ObjectStore,Private,Dynamic}.h"
65     }
66   ]