[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 1.1.0 / Realm.podspec.json
blob5af4ec7693a29d390fb257d52ad1dd32e62af55d
2   "name": "Realm",
3   "version": "1.1.0",
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",
7   "source": {
8     "git": "https://github.com/realm/realm-cocoa.git",
9     "tag": "v1.1.0",
10     "submodules": true
11   },
12   "authors": {
13     "Realm": "help@realm.io"
14   },
15   "libraries": "c++",
16   "requires_arc": true,
17   "social_media_url": "https://twitter.com/realm",
18   "documentation_url": "https://realm.io/docs/objc/1.1.0",
19   "license": {
20     "type": "Apache 2.0",
21     "file": "LICENSE"
22   },
23   "module_map": "Realm/module.modulemap",
24   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"1.1.0\"' -D__ASSERTMACROS__",
25   "prepare_command": "sh build.sh cocoapods-setup",
26   "source_files": [
27     "Realm/*.{m,mm}",
28     "Realm/ObjectStore/src/*.cpp",
29     "Realm/ObjectStore/src/impl/*.cpp",
30     "Realm/ObjectStore/src/impl/apple/*.cpp",
31     "Realm/ObjectStore/src/util/*.cpp",
32     "include/**/*_Private.h",
33     "include/**/RLMAccessor.h",
34     "include/**/RLMListBase.h",
35     "include/**/RLMObjectStore.h",
36     "include/**/RLMOptionalBase.h"
37   ],
38   "private_header_files": [
39     "include/**/*_Private.h",
40     "include/**/RLMAccessor.h",
41     "include/**/RLMListBase.h",
42     "include/**/RLMObjectStore.h",
43     "include/**/RLMOptionalBase.h"
44   ],
45   "header_mappings_dir": "include",
46   "pod_target_xcconfig": {
47     "APPLICATION_EXTENSION_API_ONLY": "YES",
48     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
49     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
50     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
51   },
52   "preserve_paths": [
53     "build.sh",
54     "include"
55   ],
56   "platforms": {
57     "ios": "7.0",
58     "osx": "10.9",
59     "watchos": "2.0",
60     "tvos": "9.0"
61   },
62   "ios": {
63     "vendored_libraries": "core/librealm-ios.a"
64   },
65   "osx": {
66     "vendored_libraries": "core/librealm-macosx.a"
67   },
68   "watchos": {
69     "vendored_libraries": "core/librealm-watchos.a"
70   },
71   "tvos": {
72     "vendored_libraries": "core/librealm-tvos.a"
73   },
74   "subspecs": [
75     {
76       "name": "Headers",
77       "source_files": [
78         "include/**/RLMArray.h",
79         "include/**/RLMCollection.h",
80         "include/**/RLMConstants.h",
81         "include/**/RLMListBase.h",
82         "include/**/RLMMigration.h",
83         "include/**/RLMObject.h",
84         "include/**/RLMObjectBase.h",
85         "include/**/RLMObjectSchema.h",
86         "include/**/RLMOptionalBase.h",
87         "include/**/RLMPlatform.h",
88         "include/**/RLMProperty.h",
89         "include/**/RLMRealm.h",
90         "include/**/RLMRealmConfiguration.h",
91         "include/**/RLMResults.h",
92         "include/**/RLMSchema.h",
93         "include/**/Realm.h",
94         "include/**/RLMRealm_Dynamic.h",
95         "include/**/RLMObjectBase_Dynamic.h"
96       ],
97       "public_header_files": [
98         "include/**/RLMArray.h",
99         "include/**/RLMCollection.h",
100         "include/**/RLMConstants.h",
101         "include/**/RLMListBase.h",
102         "include/**/RLMMigration.h",
103         "include/**/RLMObject.h",
104         "include/**/RLMObjectBase.h",
105         "include/**/RLMObjectSchema.h",
106         "include/**/RLMOptionalBase.h",
107         "include/**/RLMPlatform.h",
108         "include/**/RLMProperty.h",
109         "include/**/RLMRealm.h",
110         "include/**/RLMRealmConfiguration.h",
111         "include/**/RLMResults.h",
112         "include/**/RLMSchema.h",
113         "include/**/Realm.h",
114         "include/**/RLMRealm_Dynamic.h",
115         "include/**/RLMObjectBase_Dynamic.h"
116       ]
117     }
118   ]