[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.39.0 / Realm.podspec.json
blob9bade1de56dfe289335e041d7c9858447b85e411
2   "name": "Realm",
3   "version": "10.39.0",
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/realm/sdk/swift/.",
7   "homepage": "https://realm.io",
8   "source": {
9     "git": "https://github.com/realm/realm-swift.git",
10     "tag": "v10.39.0"
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   "frameworks": "Security",
28   "module_map": "Realm/Realm.modulemap",
29   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.39.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
30   "prepare_command": "sh scripts/setup-cocoapods.sh",
31   "source_files": [
32     "include/RLMAccessor.h",
33     "include/RLMApp_Private.h",
34     "include/RLMArray_Private.h",
35     "include/RLMAsyncTask_Private.h",
36     "include/RLMBSON_Private.h",
37     "include/RLMCollection_Private.h",
38     "include/RLMDictionary_Private.h",
39     "include/RLMEvent.h",
40     "include/RLMLogger_Private.h",
41     "include/RLMMongoCollection_Private.h",
42     "include/RLMObjectBase_Private.h",
43     "include/RLMObjectSchema_Private.h",
44     "include/RLMObjectStore.h",
45     "include/RLMObject_Private.h",
46     "include/RLMOptionalBase.h",
47     "include/RLMPropertyBase.h",
48     "include/RLMProperty_Private.h",
49     "include/RLMProviderClient_Private.h",
50     "include/RLMRealmConfiguration_Private.h",
51     "include/RLMRealm_Private.h",
52     "include/RLMResults_Private.h",
53     "include/RLMScheduler.h",
54     "include/RLMSchema_Private.h",
55     "include/RLMSet_Private.h",
56     "include/RLMSwiftProperty.h",
57     "include/RLMSyncConfiguration_Private.h",
58     "include/RLMSyncSubscription_Private.h",
59     "include/RLMUpdateResult_Private.h",
60     "include/RLMUser_Private.h",
61     "Security",
62     "Realm/*.{m,mm}"
63   ],
64   "private_header_files": [
65     "include/RLMAccessor.h",
66     "include/RLMApp_Private.h",
67     "include/RLMArray_Private.h",
68     "include/RLMAsyncTask_Private.h",
69     "include/RLMBSON_Private.h",
70     "include/RLMCollection_Private.h",
71     "include/RLMDictionary_Private.h",
72     "include/RLMEvent.h",
73     "include/RLMLogger_Private.h",
74     "include/RLMMongoCollection_Private.h",
75     "include/RLMObjectBase_Private.h",
76     "include/RLMObjectSchema_Private.h",
77     "include/RLMObjectStore.h",
78     "include/RLMObject_Private.h",
79     "include/RLMOptionalBase.h",
80     "include/RLMPropertyBase.h",
81     "include/RLMProperty_Private.h",
82     "include/RLMProviderClient_Private.h",
83     "include/RLMRealmConfiguration_Private.h",
84     "include/RLMRealm_Private.h",
85     "include/RLMResults_Private.h",
86     "include/RLMScheduler.h",
87     "include/RLMSchema_Private.h",
88     "include/RLMSet_Private.h",
89     "include/RLMSwiftProperty.h",
90     "include/RLMSyncConfiguration_Private.h",
91     "include/RLMSyncSubscription_Private.h",
92     "include/RLMUpdateResult_Private.h",
93     "include/RLMUser_Private.h",
94     "Security"
95   ],
96   "header_mappings_dir": "include",
97   "pod_target_xcconfig": {
98     "APPLICATION_EXTENSION_API_ONLY": "YES",
99     "CLANG_CXX_LANGUAGE_STANDARD": "c++20",
100     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
101     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
102     "OTHER_CPLUSPLUSFLAGS[arch=armv7]": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden -fno-aligned-new",
103     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\"",
104     "IPHONEOS_DEPLOYMENT_TARGET_1300": "9.0",
105     "IPHONEOS_DEPLOYMENT_TARGET_1400": "11.0",
106     "IPHONEOS_DEPLOYMENT_TARGET": "$(IPHONEOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
107     "MACOSX_DEPLOYMENT_TARGET_1300": "10.9",
108     "MACOSX_DEPLOYMENT_TARGET_1400": "10.13",
109     "MACOSX_DEPLOYMENT_TARGET": "$(MACOSX_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
110     "WATCHOS_DEPLOYMENT_TARGET_1300": "2.0",
111     "WATCHOS_DEPLOYMENT_TARGET_1400": "4.0",
112     "WATCHOS_DEPLOYMENT_TARGET": "$(WATCHOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))",
113     "TVOS_DEPLOYMENT_TARGET_1300": "9.0",
114     "TVOS_DEPLOYMENT_TARGET_1400": "11.0",
115     "TVOS_DEPLOYMENT_TARGET": "$(TVOS_DEPLOYMENT_TARGET_$(XCODE_VERSION_MAJOR))"
116   },
117   "preserve_paths": [
118     "include",
119     "scripts"
120   ],
121   "platforms": {
122     "ios": "9.0",
123     "osx": "10.9",
124     "watchos": "2.0",
125     "tvos": "9.0"
126   },
127   "vendored_frameworks": "core/realm-monorepo.xcframework",
128   "subspecs": [
129     {
130       "name": "Headers",
131       "source_files": [
132         "include/Realm.h",
133         "include/RLMArray.h",
134         "include/RLMAsymmetricObject.h",
135         "include/RLMAsyncTask.h",
136         "include/RLMCollection.h",
137         "include/RLMConstants.h",
138         "include/RLMDecimal128.h",
139         "include/RLMDictionary.h",
140         "include/RLMEmbeddedObject.h",
141         "include/RLMError.h",
142         "include/RLMLogger.h",
143         "include/RLMMigration.h",
144         "include/RLMObject.h",
145         "include/RLMObjectBase.h",
146         "include/RLMObjectId.h",
147         "include/RLMObjectSchema.h",
148         "include/RLMPlatform.h",
149         "include/RLMProperty.h",
150         "include/RLMRealm.h",
151         "include/RLMRealmConfiguration.h",
152         "include/RLMResults.h",
153         "include/RLMSchema.h",
154         "include/RLMSectionedResults.h",
155         "include/RLMSet.h",
156         "include/RLMSwiftCollectionBase.h",
157         "include/RLMSwiftValueStorage.h",
158         "include/RLMThreadSafeReference.h",
159         "include/RLMValue.h",
160         "include/NSError+RLMSync.h",
161         "include/RLMApp.h",
162         "include/RLMAppCredentials.h",
163         "include/RLMBSON.h",
164         "include/RLMNetworkTransport.h",
165         "include/RLMPushClient.h",
166         "include/RLMProviderClient.h",
167         "include/RLMRealm+Sync.h",
168         "include/RLMSyncConfiguration.h",
169         "include/RLMCredentials.h",
170         "include/RLMSyncManager.h",
171         "include/RLMSyncSession.h",
172         "include/RLMUser.h",
173         "include/RLMUserAPIKey.h",
174         "include/RLMAPIKeyAuth.h",
175         "include/RLMEmailPasswordAuth.h",
176         "include/RLMFindOneAndModifyOptions.h",
177         "include/RLMFindOptions.h",
178         "include/RLMMongoClient.h",
179         "include/RLMMongoCollection.h",
180         "include/RLMMongoDatabase.h",
181         "include/RLMUpdateResult.h",
182         "include/RLMSyncSubscription.h",
183         "include/RLMRealm_Dynamic.h",
184         "include/RLMObjectBase_Dynamic.h",
185         "include/RLMSwiftObject.h"
186       ],
187       "public_header_files": [
188         "include/Realm.h",
189         "include/RLMArray.h",
190         "include/RLMAsymmetricObject.h",
191         "include/RLMAsyncTask.h",
192         "include/RLMCollection.h",
193         "include/RLMConstants.h",
194         "include/RLMDecimal128.h",
195         "include/RLMDictionary.h",
196         "include/RLMEmbeddedObject.h",
197         "include/RLMError.h",
198         "include/RLMLogger.h",
199         "include/RLMMigration.h",
200         "include/RLMObject.h",
201         "include/RLMObjectBase.h",
202         "include/RLMObjectId.h",
203         "include/RLMObjectSchema.h",
204         "include/RLMPlatform.h",
205         "include/RLMProperty.h",
206         "include/RLMRealm.h",
207         "include/RLMRealmConfiguration.h",
208         "include/RLMResults.h",
209         "include/RLMSchema.h",
210         "include/RLMSectionedResults.h",
211         "include/RLMSet.h",
212         "include/RLMSwiftCollectionBase.h",
213         "include/RLMSwiftValueStorage.h",
214         "include/RLMThreadSafeReference.h",
215         "include/RLMValue.h",
216         "include/NSError+RLMSync.h",
217         "include/RLMApp.h",
218         "include/RLMAppCredentials.h",
219         "include/RLMBSON.h",
220         "include/RLMNetworkTransport.h",
221         "include/RLMPushClient.h",
222         "include/RLMProviderClient.h",
223         "include/RLMRealm+Sync.h",
224         "include/RLMSyncConfiguration.h",
225         "include/RLMCredentials.h",
226         "include/RLMSyncManager.h",
227         "include/RLMSyncSession.h",
228         "include/RLMUser.h",
229         "include/RLMUserAPIKey.h",
230         "include/RLMAPIKeyAuth.h",
231         "include/RLMEmailPasswordAuth.h",
232         "include/RLMFindOneAndModifyOptions.h",
233         "include/RLMFindOptions.h",
234         "include/RLMMongoClient.h",
235         "include/RLMMongoCollection.h",
236         "include/RLMMongoDatabase.h",
237         "include/RLMUpdateResult.h",
238         "include/RLMSyncSubscription.h",
239         "include/RLMRealm_Dynamic.h",
240         "include/RLMObjectBase_Dynamic.h",
241         "include/RLMSwiftObject.h"
242       ]
243     }
244   ]