[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.50.1 / Realm.podspec.json
blobf6fa35c5149e25978ad22bdea0b45ba10ef71657
2   "name": "Realm",
3   "version": "10.50.1",
4   "cocoapods_version": ">= 1.10",
5   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
6   "description": "The Realm Database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nRealm is a fast, easy-to-use replacement for Core Data & SQLite. Use it with Atlas Device Sync for realtime, automatic data sync. Works on iOS, macOS, tvOS & watchOS. Learn more and get help at https://www.mongodb.com/docs/atlas/device-sdks/sdk/swift/.",
7   "homepage": "https://realm.io",
8   "source": {
9     "git": "https://github.com/realm/realm-swift.git",
10     "tag": "v10.50.1"
11   },
12   "authors": {
13     "Realm": "realm-help@mongodb.com"
14   },
15   "libraries": [
16     "c++",
17     "z",
18     "compression"
19   ],
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/realm",
22   "documentation_url": "https://docs.mongodb.com/realm/sdk/swift",
23   "license": {
24     "type": "Apache 2.0",
25     "file": "LICENSE"
26   },
27   "ios": {
28     "frameworks": "Security",
29     "weak_frameworks": "UIKit"
30   },
31   "tvos": {
32     "weak_frameworks": "UIKit"
33   },
34   "watchos": {
35     "weak_frameworks": "UIKit"
36   },
37   "module_map": "Realm/Realm.modulemap",
38   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.50.1\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
39   "prepare_command": "sh scripts/setup-cocoapods.sh",
40   "source_files": [
41     "include/RLMAccessor.h",
42     "include/RLMApp_Private.h",
43     "include/RLMArray_Private.h",
44     "include/RLMAsyncTask_Private.h",
45     "include/RLMBSON_Private.h",
46     "include/RLMCollection_Private.h",
47     "include/RLMDictionary_Private.h",
48     "include/RLMEvent.h",
49     "include/RLMLogger_Private.h",
50     "include/RLMMongoCollection_Private.h",
51     "include/RLMObjectBase_Private.h",
52     "include/RLMObjectSchema_Private.h",
53     "include/RLMObjectStore.h",
54     "include/RLMObject_Private.h",
55     "include/RLMOptionalBase.h",
56     "include/RLMPropertyBase.h",
57     "include/RLMProperty_Private.h",
58     "include/RLMProviderClient_Private.h",
59     "include/RLMRealmConfiguration_Private.h",
60     "include/RLMRealm_Private.h",
61     "include/RLMResults_Private.h",
62     "include/RLMScheduler.h",
63     "include/RLMSchema_Private.h",
64     "include/RLMSet_Private.h",
65     "include/RLMSwiftProperty.h",
66     "include/RLMSyncConfiguration_Private.h",
67     "include/RLMSyncSubscription_Private.h",
68     "include/RLMUpdateResult_Private.h",
69     "include/RLMUser_Private.h",
70     "Security",
71     "Realm/*.{m,mm}"
72   ],
73   "private_header_files": [
74     "include/RLMAccessor.h",
75     "include/RLMApp_Private.h",
76     "include/RLMArray_Private.h",
77     "include/RLMAsyncTask_Private.h",
78     "include/RLMBSON_Private.h",
79     "include/RLMCollection_Private.h",
80     "include/RLMDictionary_Private.h",
81     "include/RLMEvent.h",
82     "include/RLMLogger_Private.h",
83     "include/RLMMongoCollection_Private.h",
84     "include/RLMObjectBase_Private.h",
85     "include/RLMObjectSchema_Private.h",
86     "include/RLMObjectStore.h",
87     "include/RLMObject_Private.h",
88     "include/RLMOptionalBase.h",
89     "include/RLMPropertyBase.h",
90     "include/RLMProperty_Private.h",
91     "include/RLMProviderClient_Private.h",
92     "include/RLMRealmConfiguration_Private.h",
93     "include/RLMRealm_Private.h",
94     "include/RLMResults_Private.h",
95     "include/RLMScheduler.h",
96     "include/RLMSchema_Private.h",
97     "include/RLMSet_Private.h",
98     "include/RLMSwiftProperty.h",
99     "include/RLMSyncConfiguration_Private.h",
100     "include/RLMSyncSubscription_Private.h",
101     "include/RLMUpdateResult_Private.h",
102     "include/RLMUser_Private.h",
103     "Security"
104   ],
105   "header_mappings_dir": "include",
106   "pod_target_xcconfig": {
107     "APPLICATION_EXTENSION_API_ONLY": "YES",
108     "CLANG_CXX_LANGUAGE_STANDARD": "c++20",
109     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
110     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
111     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\"",
112     "IPHONEOS_DEPLOYMENT_TARGET_1400": "11.0",
113     "IPHONEOS_DEPLOYMENT_TARGET_1500": "12.0",
114     "IPHONEOS_DEPLOYMENT_TARGET": "$(IPHONEOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
115     "MACOSX_DEPLOYMENT_TARGET_1400": "10.13",
116     "MACOSX_DEPLOYMENT_TARGET_1500": "10.13",
117     "MACOSX_DEPLOYMENT_TARGET": "$(MACOSX_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
118     "WATCHOS_DEPLOYMENT_TARGET_1400": "4.0",
119     "WATCHOS_DEPLOYMENT_TARGET_1500": "4.0",
120     "WATCHOS_DEPLOYMENT_TARGET": "$(WATCHOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
121     "TVOS_DEPLOYMENT_TARGET_1400": "11.0",
122     "TVOS_DEPLOYMENT_TARGET_1500": "12.0",
123     "TVOS_DEPLOYMENT_TARGET": "$(TVOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
124     "OTHER_LDFLAGS": "\"-Wl,-unexported_symbols_list,${PODS_ROOT}/Realm/Configuration/Realm/PrivateSymbols.txt\""
125   },
126   "preserve_paths": [
127     "include",
128     "scripts",
129     "Configuration/Realm/PrivateSymbols.txt"
130   ],
131   "resource_bundles": {
132     "realm_objc_privacy": [
133       "Realm/PrivacyInfo.xcprivacy"
134     ]
135   },
136   "platforms": {
137     "ios": "12.0",
138     "osx": "10.13",
139     "watchos": "4.0",
140     "tvos": "12.0"
141   },
142   "vendored_frameworks": "core/realm-monorepo.xcframework",
143   "subspecs": [
144     {
145       "name": "Headers",
146       "source_files": [
147         "include/Realm.h",
148         "include/RLMArray.h",
149         "include/RLMAsymmetricObject.h",
150         "include/RLMAsyncTask.h",
151         "include/RLMCollection.h",
152         "include/RLMConstants.h",
153         "include/RLMDecimal128.h",
154         "include/RLMDictionary.h",
155         "include/RLMEmbeddedObject.h",
156         "include/RLMGeospatial.h",
157         "include/RLMError.h",
158         "include/RLMLogger.h",
159         "include/RLMMigration.h",
160         "include/RLMObject.h",
161         "include/RLMObjectBase.h",
162         "include/RLMObjectId.h",
163         "include/RLMObjectSchema.h",
164         "include/RLMProperty.h",
165         "include/RLMRealm.h",
166         "include/RLMRealmConfiguration.h",
167         "include/RLMResults.h",
168         "include/RLMSchema.h",
169         "include/RLMSectionedResults.h",
170         "include/RLMSet.h",
171         "include/RLMSwiftCollectionBase.h",
172         "include/RLMSwiftValueStorage.h",
173         "include/RLMThreadSafeReference.h",
174         "include/RLMValue.h",
175         "include/NSError+RLMSync.h",
176         "include/RLMApp.h",
177         "include/RLMAppCredentials.h",
178         "include/RLMBSON.h",
179         "include/RLMInitialSubscriptionsConfiguration.h",
180         "include/RLMNetworkTransport.h",
181         "include/RLMPushClient.h",
182         "include/RLMProviderClient.h",
183         "include/RLMRealm+Sync.h",
184         "include/RLMSyncConfiguration.h",
185         "include/RLMCredentials.h",
186         "include/RLMSyncManager.h",
187         "include/RLMSyncSession.h",
188         "include/RLMUser.h",
189         "include/RLMUserAPIKey.h",
190         "include/RLMAPIKeyAuth.h",
191         "include/RLMEmailPasswordAuth.h",
192         "include/RLMFindOneAndModifyOptions.h",
193         "include/RLMFindOptions.h",
194         "include/RLMMongoClient.h",
195         "include/RLMMongoCollection.h",
196         "include/RLMMongoDatabase.h",
197         "include/RLMUpdateResult.h",
198         "include/RLMSyncSubscription.h",
199         "include/RLMRealm_Dynamic.h",
200         "include/RLMObjectBase_Dynamic.h",
201         "include/RLMSwiftObject.h"
202       ],
203       "public_header_files": [
204         "include/Realm.h",
205         "include/RLMArray.h",
206         "include/RLMAsymmetricObject.h",
207         "include/RLMAsyncTask.h",
208         "include/RLMCollection.h",
209         "include/RLMConstants.h",
210         "include/RLMDecimal128.h",
211         "include/RLMDictionary.h",
212         "include/RLMEmbeddedObject.h",
213         "include/RLMGeospatial.h",
214         "include/RLMError.h",
215         "include/RLMLogger.h",
216         "include/RLMMigration.h",
217         "include/RLMObject.h",
218         "include/RLMObjectBase.h",
219         "include/RLMObjectId.h",
220         "include/RLMObjectSchema.h",
221         "include/RLMProperty.h",
222         "include/RLMRealm.h",
223         "include/RLMRealmConfiguration.h",
224         "include/RLMResults.h",
225         "include/RLMSchema.h",
226         "include/RLMSectionedResults.h",
227         "include/RLMSet.h",
228         "include/RLMSwiftCollectionBase.h",
229         "include/RLMSwiftValueStorage.h",
230         "include/RLMThreadSafeReference.h",
231         "include/RLMValue.h",
232         "include/NSError+RLMSync.h",
233         "include/RLMApp.h",
234         "include/RLMAppCredentials.h",
235         "include/RLMBSON.h",
236         "include/RLMInitialSubscriptionsConfiguration.h",
237         "include/RLMNetworkTransport.h",
238         "include/RLMPushClient.h",
239         "include/RLMProviderClient.h",
240         "include/RLMRealm+Sync.h",
241         "include/RLMSyncConfiguration.h",
242         "include/RLMCredentials.h",
243         "include/RLMSyncManager.h",
244         "include/RLMSyncSession.h",
245         "include/RLMUser.h",
246         "include/RLMUserAPIKey.h",
247         "include/RLMAPIKeyAuth.h",
248         "include/RLMEmailPasswordAuth.h",
249         "include/RLMFindOneAndModifyOptions.h",
250         "include/RLMFindOptions.h",
251         "include/RLMMongoClient.h",
252         "include/RLMMongoCollection.h",
253         "include/RLMMongoDatabase.h",
254         "include/RLMUpdateResult.h",
255         "include/RLMSyncSubscription.h",
256         "include/RLMRealm_Dynamic.h",
257         "include/RLMObjectBase_Dynamic.h",
258         "include/RLMSwiftObject.h"
259       ]
260     }
261   ]