[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.28.6 / Realm.podspec.json
blob89cb295011e5604a07c412b5c4450eef0511d1b4
2   "name": "Realm",
3   "version": "10.28.6",
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.28.6"
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.28.6\"' -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/RLMBSON_Private.h",
36     "include/RLMCollection_Private.h",
37     "include/RLMDictionary_Private.h",
38     "include/RLMEvent.h",
39     "include/RLMObjectBase_Private.h",
40     "include/RLMObjectSchema_Private.h",
41     "include/RLMObjectStore.h",
42     "include/RLMObject_Private.h",
43     "include/RLMOptionalBase.h",
44     "include/RLMPropertyBase.h",
45     "include/RLMProperty_Private.h",
46     "include/RLMProviderClient_Private.h",
47     "include/RLMRealmConfiguration_Private.h",
48     "include/RLMRealm_Private.h",
49     "include/RLMResults_Private.h",
50     "include/RLMSchema_Private.h",
51     "include/RLMSet_Private.h",
52     "include/RLMSwiftProperty.h",
53     "include/RLMSyncConfiguration_Private.h",
54     "include/RLMSyncSubscription_Private.h",
55     "include/RLMSyncUtil_Private.h",
56     "include/RLMUpdateResult_Private.h",
57     "include/RLMUser_Private.h",
58     "Security",
59     "Realm/*.{m,mm}"
60   ],
61   "private_header_files": [
62     "include/RLMAccessor.h",
63     "include/RLMApp_Private.h",
64     "include/RLMArray_Private.h",
65     "include/RLMBSON_Private.h",
66     "include/RLMCollection_Private.h",
67     "include/RLMDictionary_Private.h",
68     "include/RLMEvent.h",
69     "include/RLMObjectBase_Private.h",
70     "include/RLMObjectSchema_Private.h",
71     "include/RLMObjectStore.h",
72     "include/RLMObject_Private.h",
73     "include/RLMOptionalBase.h",
74     "include/RLMPropertyBase.h",
75     "include/RLMProperty_Private.h",
76     "include/RLMProviderClient_Private.h",
77     "include/RLMRealmConfiguration_Private.h",
78     "include/RLMRealm_Private.h",
79     "include/RLMResults_Private.h",
80     "include/RLMSchema_Private.h",
81     "include/RLMSet_Private.h",
82     "include/RLMSwiftProperty.h",
83     "include/RLMSyncConfiguration_Private.h",
84     "include/RLMSyncSubscription_Private.h",
85     "include/RLMSyncUtil_Private.h",
86     "include/RLMUpdateResult_Private.h",
87     "include/RLMUser_Private.h",
88     "Security"
89   ],
90   "header_mappings_dir": "include",
91   "pod_target_xcconfig": {
92     "APPLICATION_EXTENSION_API_ONLY": "YES",
93     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
94     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
95     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
96     "OTHER_CPLUSPLUSFLAGS[arch=armv7]": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden -fno-aligned-new",
97     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
98   },
99   "preserve_paths": [
100     "include",
101     "scripts"
102   ],
103   "platforms": {
104     "ios": "9.0",
105     "osx": "10.9",
106     "watchos": "2.0",
107     "tvos": "9.0"
108   },
109   "vendored_frameworks": "core/realm-monorepo.xcframework",
110   "subspecs": [
111     {
112       "name": "Headers",
113       "source_files": [
114         "include/Realm.h",
115         "include/RLMArray.h",
116         "include/RLMCollection.h",
117         "include/RLMConstants.h",
118         "include/RLMDecimal128.h",
119         "include/RLMDictionary.h",
120         "include/RLMEmbeddedObject.h",
121         "include/RLMMigration.h",
122         "include/RLMObject.h",
123         "include/RLMObjectBase.h",
124         "include/RLMObjectId.h",
125         "include/RLMObjectSchema.h",
126         "include/RLMPlatform.h",
127         "include/RLMProperty.h",
128         "include/RLMRealm.h",
129         "include/RLMRealmConfiguration.h",
130         "include/RLMResults.h",
131         "include/RLMSchema.h",
132         "include/RLMSet.h",
133         "include/RLMSwiftCollectionBase.h",
134         "include/RLMSwiftValueStorage.h",
135         "include/RLMThreadSafeReference.h",
136         "include/RLMValue.h",
137         "include/NSError+RLMSync.h",
138         "include/RLMApp.h",
139         "include/RLMAppCredentials.h",
140         "include/RLMBSON.h",
141         "include/RLMNetworkTransport.h",
142         "include/RLMPushClient.h",
143         "include/RLMProviderClient.h",
144         "include/RLMRealm+Sync.h",
145         "include/RLMSyncConfiguration.h",
146         "include/RLMCredentials.h",
147         "include/RLMSyncManager.h",
148         "include/RLMSyncSession.h",
149         "include/RLMUser.h",
150         "include/RLMSyncUtil.h",
151         "include/RLMUserAPIKey.h",
152         "include/RLMAPIKeyAuth.h",
153         "include/RLMEmailPasswordAuth.h",
154         "include/RLMFindOneAndModifyOptions.h",
155         "include/RLMFindOptions.h",
156         "include/RLMMongoClient.h",
157         "include/RLMMongoCollection.h",
158         "include/RLMMongoDatabase.h",
159         "include/RLMUpdateResult.h",
160         "include/RLMSyncSubscription.h",
161         "include/RLMRealm_Dynamic.h",
162         "include/RLMObjectBase_Dynamic.h"
163       ],
164       "public_header_files": [
165         "include/Realm.h",
166         "include/RLMArray.h",
167         "include/RLMCollection.h",
168         "include/RLMConstants.h",
169         "include/RLMDecimal128.h",
170         "include/RLMDictionary.h",
171         "include/RLMEmbeddedObject.h",
172         "include/RLMMigration.h",
173         "include/RLMObject.h",
174         "include/RLMObjectBase.h",
175         "include/RLMObjectId.h",
176         "include/RLMObjectSchema.h",
177         "include/RLMPlatform.h",
178         "include/RLMProperty.h",
179         "include/RLMRealm.h",
180         "include/RLMRealmConfiguration.h",
181         "include/RLMResults.h",
182         "include/RLMSchema.h",
183         "include/RLMSet.h",
184         "include/RLMSwiftCollectionBase.h",
185         "include/RLMSwiftValueStorage.h",
186         "include/RLMThreadSafeReference.h",
187         "include/RLMValue.h",
188         "include/NSError+RLMSync.h",
189         "include/RLMApp.h",
190         "include/RLMAppCredentials.h",
191         "include/RLMBSON.h",
192         "include/RLMNetworkTransport.h",
193         "include/RLMPushClient.h",
194         "include/RLMProviderClient.h",
195         "include/RLMRealm+Sync.h",
196         "include/RLMSyncConfiguration.h",
197         "include/RLMCredentials.h",
198         "include/RLMSyncManager.h",
199         "include/RLMSyncSession.h",
200         "include/RLMUser.h",
201         "include/RLMSyncUtil.h",
202         "include/RLMUserAPIKey.h",
203         "include/RLMAPIKeyAuth.h",
204         "include/RLMEmailPasswordAuth.h",
205         "include/RLMFindOneAndModifyOptions.h",
206         "include/RLMFindOptions.h",
207         "include/RLMMongoClient.h",
208         "include/RLMMongoCollection.h",
209         "include/RLMMongoDatabase.h",
210         "include/RLMUpdateResult.h",
211         "include/RLMSyncSubscription.h",
212         "include/RLMRealm_Dynamic.h",
213         "include/RLMObjectBase_Dynamic.h"
214       ]
215     }
216   ]