[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 2.0.0 / Realm.podspec.json
blob4adc6bfed7e97e54573b151d19ba8d969777bb95
2   "name": "Realm",
3   "version": "2.0.0",
4   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
5   "description": "The Realm Mobile Database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nThe Realm Mobile Database is a fast, easy-to-use replacement for Core Data & SQLite. Use it with the Realm Mobile Platform for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. 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": "v2.0.0",
10     "submodules": true
11   },
12   "authors": {
13     "Realm": "help@realm.io"
14   },
15   "libraries": [
16     "c++",
17     "z"
18   ],
19   "requires_arc": true,
20   "social_media_url": "https://twitter.com/realm",
21   "documentation_url": "https://realm.io/docs/objc/2.0.0",
22   "license": {
23     "type": "Apache 2.0",
24     "file": "LICENSE"
25   },
26   "module_map": "Realm/module.modulemap",
27   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"2.0.0\"' -D__ASSERTMACROS__",
28   "prepare_command": "sh build.sh cocoapods-setup",
29   "source_files": [
30     "Realm/*.{m,mm}",
31     "Realm/ObjectStore/src/*.cpp",
32     "Realm/ObjectStore/src/impl/*.cpp",
33     "Realm/ObjectStore/src/impl/apple/*.cpp",
34     "Realm/ObjectStore/src/util/*.cpp",
35     "Realm/ObjectStore/src/util/apple/*.cpp",
36     "include/**/*_Private.h",
37     "include/**/RLMAccessor.h",
38     "include/**/RLMListBase.h",
39     "include/**/RLMObjectStore.h",
40     "include/**/RLMOptionalBase.h"
41   ],
42   "private_header_files": [
43     "include/**/*_Private.h",
44     "include/**/RLMAccessor.h",
45     "include/**/RLMListBase.h",
46     "include/**/RLMObjectStore.h",
47     "include/**/RLMOptionalBase.h"
48   ],
49   "header_mappings_dir": "include",
50   "pod_target_xcconfig": {
51     "APPLICATION_EXTENSION_API_ONLY": "YES",
52     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
53     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
54     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
55   },
56   "preserve_paths": [
57     "build.sh",
58     "include"
59   ],
60   "platforms": {
61     "ios": "7.0",
62     "osx": "10.9",
63     "watchos": "2.0",
64     "tvos": "9.0"
65   },
66   "ios": {
67     "vendored_libraries": "core/librealm-ios.a"
68   },
69   "osx": {
70     "vendored_libraries": "core/librealm-macosx.a"
71   },
72   "watchos": {
73     "vendored_libraries": "core/librealm-watchos.a"
74   },
75   "tvos": {
76     "vendored_libraries": "core/librealm-tvos.a"
77   },
78   "subspecs": [
79     {
80       "name": "Headers",
81       "source_files": [
82         "include/**/RLMArray.h",
83         "include/**/RLMCollection.h",
84         "include/**/RLMConstants.h",
85         "include/**/RLMListBase.h",
86         "include/**/RLMMigration.h",
87         "include/**/RLMObject.h",
88         "include/**/RLMObjectBase.h",
89         "include/**/RLMObjectSchema.h",
90         "include/**/RLMOptionalBase.h",
91         "include/**/RLMPlatform.h",
92         "include/**/RLMProperty.h",
93         "include/**/RLMRealm.h",
94         "include/**/RLMRealmConfiguration+Sync.h",
95         "include/**/RLMRealmConfiguration.h",
96         "include/**/RLMResults.h",
97         "include/**/RLMSchema.h",
98         "include/**/RLMSyncConfiguration.h",
99         "include/**/RLMSyncCredential.h",
100         "include/**/RLMSyncManager.h",
101         "include/**/RLMSyncSession.h",
102         "include/**/RLMSyncUser.h",
103         "include/**/RLMSyncUtil.h",
104         "include/**/Realm.h",
105         "include/**/RLMRealm_Dynamic.h",
106         "include/**/RLMObjectBase_Dynamic.h"
107       ],
108       "public_header_files": [
109         "include/**/RLMArray.h",
110         "include/**/RLMCollection.h",
111         "include/**/RLMConstants.h",
112         "include/**/RLMListBase.h",
113         "include/**/RLMMigration.h",
114         "include/**/RLMObject.h",
115         "include/**/RLMObjectBase.h",
116         "include/**/RLMObjectSchema.h",
117         "include/**/RLMOptionalBase.h",
118         "include/**/RLMPlatform.h",
119         "include/**/RLMProperty.h",
120         "include/**/RLMRealm.h",
121         "include/**/RLMRealmConfiguration+Sync.h",
122         "include/**/RLMRealmConfiguration.h",
123         "include/**/RLMResults.h",
124         "include/**/RLMSchema.h",
125         "include/**/RLMSyncConfiguration.h",
126         "include/**/RLMSyncCredential.h",
127         "include/**/RLMSyncManager.h",
128         "include/**/RLMSyncSession.h",
129         "include/**/RLMSyncUser.h",
130         "include/**/RLMSyncUtil.h",
131         "include/**/Realm.h",
132         "include/**/RLMRealm_Dynamic.h",
133         "include/**/RLMObjectBase_Dynamic.h"
134       ]
135     }
136   ]