[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.1.4 / Realm.podspec.json
blobd5602ba12d6683415a2b8ffdf2872ae8a2b43d69
2   "name": "Realm",
3   "version": "10.1.4",
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.1.4",
11     "submodules": true
12   },
13   "authors": {
14     "Realm": "help@realm.io"
15   },
16   "libraries": [
17     "c++",
18     "z"
19   ],
20   "requires_arc": true,
21   "social_media_url": "https://twitter.com/realm",
22   "documentation_url": "https://realm.io/docs/objc/10.1.4",
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.1.4\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
30   "prepare_command": "sh build.sh cocoapods-setup",
31   "source_files": [
32     "Realm/*.{m,mm}",
33     "Realm/ObjectStore/src/*.cpp",
34     "Realm/ObjectStore/src/sync/*.cpp",
35     "Realm/ObjectStore/src/sync/impl/*.cpp",
36     "Realm/ObjectStore/src/sync/impl/apple/*.cpp",
37     "Realm/ObjectStore/src/impl/*.cpp",
38     "Realm/ObjectStore/src/impl/apple/*.cpp",
39     "Realm/ObjectStore/src/util/*.cpp",
40     "Realm/ObjectStore/src/util/apple/*.cpp",
41     "Realm/ObjectStore/src/util/bson/*.cpp",
42     "include/**/RLMAccessor.h",
43     "include/**/RLMArray_Private.h",
44     "include/**/RLMBSON_Private.h",
45     "include/**/RLMCollection_Private.h",
46     "include/**/RLMListBase.h",
47     "include/**/RLMObjectBase_Private.h",
48     "include/**/RLMObjectSchema_Private.h",
49     "include/**/RLMObjectStore.h",
50     "include/**/RLMObject_Private.h",
51     "include/**/RLMOptionalBase.h",
52     "include/**/RLMProperty_Private.h",
53     "include/**/RLMRealmConfiguration_Private.h",
54     "include/**/RLMRealm_Private.h",
55     "include/**/RLMResults_Private.h",
56     "include/**/RLMSchema_Private.h",
57     "include/**/RLMSyncConfiguration_Private.h",
58     "include/**/RLMSyncUtil_Private.h",
59     "include/**/RLMFindOneAndModifyOptions_Private.h",
60     "include/**/RLMFindOptions_Private.h",
61     "include/**/RLMMongoClient_Private.h",
62     "include/**/RLMMongoCollection_Private.h",
63     "include/**/RLMMongoDatabase_Private.h",
64     "include/**/RLMUpdateResult_Private.h",
65     "include/**/RLMProviderClient_Private.h"
66   ],
67   "private_header_files": [
68     "include/**/RLMAccessor.h",
69     "include/**/RLMArray_Private.h",
70     "include/**/RLMBSON_Private.h",
71     "include/**/RLMCollection_Private.h",
72     "include/**/RLMListBase.h",
73     "include/**/RLMObjectBase_Private.h",
74     "include/**/RLMObjectSchema_Private.h",
75     "include/**/RLMObjectStore.h",
76     "include/**/RLMObject_Private.h",
77     "include/**/RLMOptionalBase.h",
78     "include/**/RLMProperty_Private.h",
79     "include/**/RLMRealmConfiguration_Private.h",
80     "include/**/RLMRealm_Private.h",
81     "include/**/RLMResults_Private.h",
82     "include/**/RLMSchema_Private.h",
83     "include/**/RLMSyncConfiguration_Private.h",
84     "include/**/RLMSyncUtil_Private.h",
85     "include/**/RLMFindOneAndModifyOptions_Private.h",
86     "include/**/RLMFindOptions_Private.h",
87     "include/**/RLMMongoClient_Private.h",
88     "include/**/RLMMongoCollection_Private.h",
89     "include/**/RLMMongoDatabase_Private.h",
90     "include/**/RLMUpdateResult_Private.h",
91     "include/**/RLMProviderClient_Private.h"
92   ],
93   "header_mappings_dir": "include",
94   "pod_target_xcconfig": {
95     "APPLICATION_EXTENSION_API_ONLY": "YES",
96     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
97     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
98     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
99     "OTHER_CPLUSPLUSFLAGS[arch=armv7]": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden -fno-aligned-new",
100     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
101   },
102   "preserve_paths": [
103     "build.sh",
104     "include"
105   ],
106   "platforms": {
107     "ios": "9.0",
108     "osx": "10.9",
109     "watchos": "2.0",
110     "tvos": "9.0"
111   },
112   "vendored_frameworks": "core/realm-sync.xcframework",
113   "subspecs": [
114     {
115       "name": "Headers",
116       "source_files": [
117         "include/**/Realm.h",
118         "include/**/RLMArray.h",
119         "include/**/RLMCollection.h",
120         "include/**/RLMConstants.h",
121         "include/**/RLMDecimal128.h",
122         "include/**/RLMEmbeddedObject.h",
123         "include/**/RLMListBase.h",
124         "include/**/RLMMigration.h",
125         "include/**/RLMObject.h",
126         "include/**/RLMObjectBase.h",
127         "include/**/RLMObjectId.h",
128         "include/**/RLMObjectSchema.h",
129         "include/**/RLMOptionalBase.h",
130         "include/**/RLMPlatform.h",
131         "include/**/RLMProperty.h",
132         "include/**/RLMRealm.h",
133         "include/**/RLMRealmConfiguration.h",
134         "include/**/RLMResults.h",
135         "include/**/RLMSchema.h",
136         "include/**/RLMThreadSafeReference.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/**/RLMRealmConfiguration+Sync.h",
146         "include/**/RLMSyncConfiguration.h",
147         "include/**/RLMCredentials.h",
148         "include/**/RLMSyncManager.h",
149         "include/**/RLMSyncSession.h",
150         "include/**/RLMUser.h",
151         "include/**/RLMSyncUtil.h",
152         "include/**/RLMUserAPIKey.h",
153         "include/**/RLMAPIKeyAuth.h",
154         "include/**/RLMEmailPasswordAuth.h",
155         "include/**/RLMFindOneAndModifyOptions.h",
156         "include/**/RLMFindOptions.h",
157         "include/**/RLMMongoClient.h",
158         "include/**/RLMMongoCollection.h",
159         "include/**/RLMMongoDatabase.h",
160         "include/**/RLMUpdateResult.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/**/RLMEmbeddedObject.h",
171         "include/**/RLMListBase.h",
172         "include/**/RLMMigration.h",
173         "include/**/RLMObject.h",
174         "include/**/RLMObjectBase.h",
175         "include/**/RLMObjectId.h",
176         "include/**/RLMObjectSchema.h",
177         "include/**/RLMOptionalBase.h",
178         "include/**/RLMPlatform.h",
179         "include/**/RLMProperty.h",
180         "include/**/RLMRealm.h",
181         "include/**/RLMRealmConfiguration.h",
182         "include/**/RLMResults.h",
183         "include/**/RLMSchema.h",
184         "include/**/RLMThreadSafeReference.h",
185         "include/**/NSError+RLMSync.h",
186         "include/**/RLMApp.h",
187         "include/**/RLMAppCredentials.h",
188         "include/**/RLMBSON.h",
189         "include/**/RLMNetworkTransport.h",
190         "include/**/RLMPushClient.h",
191         "include/**/RLMProviderClient.h",
192         "include/**/RLMRealm+Sync.h",
193         "include/**/RLMRealmConfiguration+Sync.h",
194         "include/**/RLMSyncConfiguration.h",
195         "include/**/RLMCredentials.h",
196         "include/**/RLMSyncManager.h",
197         "include/**/RLMSyncSession.h",
198         "include/**/RLMUser.h",
199         "include/**/RLMSyncUtil.h",
200         "include/**/RLMUserAPIKey.h",
201         "include/**/RLMAPIKeyAuth.h",
202         "include/**/RLMEmailPasswordAuth.h",
203         "include/**/RLMFindOneAndModifyOptions.h",
204         "include/**/RLMFindOptions.h",
205         "include/**/RLMMongoClient.h",
206         "include/**/RLMMongoCollection.h",
207         "include/**/RLMMongoDatabase.h",
208         "include/**/RLMUpdateResult.h",
209         "include/**/RLMRealm_Dynamic.h",
210         "include/**/RLMObjectBase_Dynamic.h"
211       ]
212     }
213   ]