[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.7.1 / Realm.podspec.json
blobe1d158989fa09f78f25822a56b09af87ba78ce51
2   "name": "Realm",
3   "version": "10.7.1",
4   "cocoapods_version": ">= 1.10",
5   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
6   "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.",
7   "homepage": "https://realm.io",
8   "source": {
9     "git": "https://github.com/realm/realm-cocoa.git",
10     "tag": "v10.7.1"
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/latest",
22   "license": {
23     "type": "Apache 2.0",
24     "file": "LICENSE"
25   },
26   "frameworks": "Security",
27   "module_map": "Realm/Realm.modulemap",
28   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.7.1\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
29   "prepare_command": "sh build.sh cocoapods-setup",
30   "source_files": [
31     "include/**/RLMAccessor.h",
32     "include/**/RLMArray_Private.h",
33     "include/**/RLMApp_Private.h",
34     "include/**/RLMBSON_Private.h",
35     "include/**/RLMCollection_Private.h",
36     "include/**/RLMListBase.h",
37     "include/**/RLMObjectBase_Private.h",
38     "include/**/RLMObjectSchema_Private.h",
39     "include/**/RLMObjectStore.h",
40     "include/**/RLMObject_Private.h",
41     "include/**/RLMOptionalBase.h",
42     "include/**/RLMProperty_Private.h",
43     "include/**/RLMRealmConfiguration_Private.h",
44     "include/**/RLMRealm_Private.h",
45     "include/**/RLMResults_Private.h",
46     "include/**/RLMSchema_Private.h",
47     "include/**/RLMSyncConfiguration_Private.h",
48     "include/**/RLMSyncUtil_Private.h",
49     "include/**/RLMFindOneAndModifyOptions_Private.h",
50     "include/**/RLMFindOptions_Private.h",
51     "include/**/RLMMongoClient_Private.h",
52     "include/**/RLMMongoCollection_Private.h",
53     "include/**/RLMMongoDatabase_Private.h",
54     "include/**/RLMUpdateResult_Private.h",
55     "include/**/RLMUser_Private.h",
56     "include/**/RLMProviderClient_Private.h",
57     "Realm/*.{m,mm}"
58   ],
59   "private_header_files": [
60     "include/**/RLMAccessor.h",
61     "include/**/RLMArray_Private.h",
62     "include/**/RLMApp_Private.h",
63     "include/**/RLMBSON_Private.h",
64     "include/**/RLMCollection_Private.h",
65     "include/**/RLMListBase.h",
66     "include/**/RLMObjectBase_Private.h",
67     "include/**/RLMObjectSchema_Private.h",
68     "include/**/RLMObjectStore.h",
69     "include/**/RLMObject_Private.h",
70     "include/**/RLMOptionalBase.h",
71     "include/**/RLMProperty_Private.h",
72     "include/**/RLMRealmConfiguration_Private.h",
73     "include/**/RLMRealm_Private.h",
74     "include/**/RLMResults_Private.h",
75     "include/**/RLMSchema_Private.h",
76     "include/**/RLMSyncConfiguration_Private.h",
77     "include/**/RLMSyncUtil_Private.h",
78     "include/**/RLMFindOneAndModifyOptions_Private.h",
79     "include/**/RLMFindOptions_Private.h",
80     "include/**/RLMMongoClient_Private.h",
81     "include/**/RLMMongoCollection_Private.h",
82     "include/**/RLMMongoDatabase_Private.h",
83     "include/**/RLMUpdateResult_Private.h",
84     "include/**/RLMUser_Private.h",
85     "include/**/RLMProviderClient_Private.h"
86   ],
87   "header_mappings_dir": "include",
88   "pod_target_xcconfig": {
89     "APPLICATION_EXTENSION_API_ONLY": "YES",
90     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
91     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
92     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
93     "OTHER_CPLUSPLUSFLAGS[arch=armv7]": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden -fno-aligned-new",
94     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
95   },
96   "preserve_paths": [
97     "build.sh",
98     "include"
99   ],
100   "platforms": {
101     "ios": "9.0",
102     "osx": "10.9",
103     "watchos": "2.0",
104     "tvos": "9.0"
105   },
106   "vendored_frameworks": "core/realm-monorepo.xcframework",
107   "subspecs": [
108     {
109       "name": "Headers",
110       "source_files": [
111         "include/**/Realm.h",
112         "include/**/RLMArray.h",
113         "include/**/RLMCollection.h",
114         "include/**/RLMConstants.h",
115         "include/**/RLMDecimal128.h",
116         "include/**/RLMEmbeddedObject.h",
117         "include/**/RLMListBase.h",
118         "include/**/RLMMigration.h",
119         "include/**/RLMObject.h",
120         "include/**/RLMObjectBase.h",
121         "include/**/RLMObjectId.h",
122         "include/**/RLMObjectSchema.h",
123         "include/**/RLMOptionalBase.h",
124         "include/**/RLMPlatform.h",
125         "include/**/RLMProperty.h",
126         "include/**/RLMRealm.h",
127         "include/**/RLMRealmConfiguration.h",
128         "include/**/RLMResults.h",
129         "include/**/RLMSchema.h",
130         "include/**/RLMThreadSafeReference.h",
131         "include/**/NSError+RLMSync.h",
132         "include/**/RLMApp.h",
133         "include/**/RLMAppCredentials.h",
134         "include/**/RLMBSON.h",
135         "include/**/RLMNetworkTransport.h",
136         "include/**/RLMPushClient.h",
137         "include/**/RLMProviderClient.h",
138         "include/**/RLMRealm+Sync.h",
139         "include/**/RLMRealmConfiguration+Sync.h",
140         "include/**/RLMSyncConfiguration.h",
141         "include/**/RLMCredentials.h",
142         "include/**/RLMSyncManager.h",
143         "include/**/RLMSyncSession.h",
144         "include/**/RLMUser.h",
145         "include/**/RLMSyncUtil.h",
146         "include/**/RLMUserAPIKey.h",
147         "include/**/RLMAPIKeyAuth.h",
148         "include/**/RLMEmailPasswordAuth.h",
149         "include/**/RLMFindOneAndModifyOptions.h",
150         "include/**/RLMFindOptions.h",
151         "include/**/RLMMongoClient.h",
152         "include/**/RLMMongoCollection.h",
153         "include/**/RLMMongoDatabase.h",
154         "include/**/RLMUpdateResult.h",
155         "include/**/RLMRealm_Dynamic.h",
156         "include/**/RLMObjectBase_Dynamic.h"
157       ],
158       "public_header_files": [
159         "include/**/Realm.h",
160         "include/**/RLMArray.h",
161         "include/**/RLMCollection.h",
162         "include/**/RLMConstants.h",
163         "include/**/RLMDecimal128.h",
164         "include/**/RLMEmbeddedObject.h",
165         "include/**/RLMListBase.h",
166         "include/**/RLMMigration.h",
167         "include/**/RLMObject.h",
168         "include/**/RLMObjectBase.h",
169         "include/**/RLMObjectId.h",
170         "include/**/RLMObjectSchema.h",
171         "include/**/RLMOptionalBase.h",
172         "include/**/RLMPlatform.h",
173         "include/**/RLMProperty.h",
174         "include/**/RLMRealm.h",
175         "include/**/RLMRealmConfiguration.h",
176         "include/**/RLMResults.h",
177         "include/**/RLMSchema.h",
178         "include/**/RLMThreadSafeReference.h",
179         "include/**/NSError+RLMSync.h",
180         "include/**/RLMApp.h",
181         "include/**/RLMAppCredentials.h",
182         "include/**/RLMBSON.h",
183         "include/**/RLMNetworkTransport.h",
184         "include/**/RLMPushClient.h",
185         "include/**/RLMProviderClient.h",
186         "include/**/RLMRealm+Sync.h",
187         "include/**/RLMRealmConfiguration+Sync.h",
188         "include/**/RLMSyncConfiguration.h",
189         "include/**/RLMCredentials.h",
190         "include/**/RLMSyncManager.h",
191         "include/**/RLMSyncSession.h",
192         "include/**/RLMUser.h",
193         "include/**/RLMSyncUtil.h",
194         "include/**/RLMUserAPIKey.h",
195         "include/**/RLMAPIKeyAuth.h",
196         "include/**/RLMEmailPasswordAuth.h",
197         "include/**/RLMFindOneAndModifyOptions.h",
198         "include/**/RLMFindOptions.h",
199         "include/**/RLMMongoClient.h",
200         "include/**/RLMMongoCollection.h",
201         "include/**/RLMMongoDatabase.h",
202         "include/**/RLMUpdateResult.h",
203         "include/**/RLMRealm_Dynamic.h",
204         "include/**/RLMObjectBase_Dynamic.h"
205       ]
206     }
207   ]