[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 10.0.0-alpha.1 / Realm.podspec.json
blobc678f2654141115dc2acc511d6e90be1cc79b7cd
2   "name": "Realm",
3   "version": "10.0.0-alpha.1",
4   "summary": "Realm is a modern data framework & database for iOS, macOS, tvOS & watchOS.",
5   "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.",
6   "homepage": "https://realm.io",
7   "source": {
8     "git": "https://github.com/realm/realm-cocoa.git",
9     "tag": "v10.0.0-alpha.1",
10     "submodules": true
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.0.0-alpha.1\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
29   "prepare_command": "sh build.sh cocoapods-setup",
30   "source_files": [
31     "Realm/*.{m,mm}",
32     "Realm/ObjectStore/src/*.cpp",
33     "Realm/ObjectStore/src/sync/*.cpp",
34     "Realm/ObjectStore/src/sync/impl/*.cpp",
35     "Realm/ObjectStore/src/sync/impl/apple/*.cpp",
36     "Realm/ObjectStore/src/impl/*.cpp",
37     "Realm/ObjectStore/src/impl/apple/*.cpp",
38     "Realm/ObjectStore/src/util/*.cpp",
39     "Realm/ObjectStore/src/util/apple/*.cpp",
40     "Realm/ObjectStore/src/util/bson/*.cpp",
41     "include/**/RLMAccessor.h",
42     "include/**/RLMArray_Private.h",
43     "include/**/RLMCollection_Private.h",
44     "include/**/RLMListBase.h",
45     "include/**/RLMObjectBase_Private.h",
46     "include/**/RLMObjectSchema_Private.h",
47     "include/**/RLMObjectStore.h",
48     "include/**/RLMObject_Private.h",
49     "include/**/RLMOptionalBase.h",
50     "include/**/RLMProperty_Private.h",
51     "include/**/RLMRealmConfiguration_Private.h",
52     "include/**/RLMRealm_Private.h",
53     "include/**/RLMResults_Private.h",
54     "include/**/RLMSchema_Private.h",
55     "include/**/RLMSyncConfiguration_Private.h",
56     "include/**/RLMSyncUtil_Private.h"
57   ],
58   "private_header_files": [
59     "include/**/RLMAccessor.h",
60     "include/**/RLMArray_Private.h",
61     "include/**/RLMCollection_Private.h",
62     "include/**/RLMListBase.h",
63     "include/**/RLMObjectBase_Private.h",
64     "include/**/RLMObjectSchema_Private.h",
65     "include/**/RLMObjectStore.h",
66     "include/**/RLMObject_Private.h",
67     "include/**/RLMOptionalBase.h",
68     "include/**/RLMProperty_Private.h",
69     "include/**/RLMRealmConfiguration_Private.h",
70     "include/**/RLMRealm_Private.h",
71     "include/**/RLMResults_Private.h",
72     "include/**/RLMSchema_Private.h",
73     "include/**/RLMSyncConfiguration_Private.h",
74     "include/**/RLMSyncUtil_Private.h"
75   ],
76   "header_mappings_dir": "include",
77   "pod_target_xcconfig": {
78     "APPLICATION_EXTENSION_API_ONLY": "YES",
79     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
80     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
81     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
82     "OTHER_CPLUSPLUSFLAGS[arch=armv7]": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden -fno-aligned-new",
83     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
84   },
85   "preserve_paths": [
86     "build.sh",
87     "include"
88   ],
89   "platforms": {
90     "ios": "12.0",
91     "osx": "10.14",
92     "watchos": "5.0",
93     "tvos": "12.0"
94   },
95   "ios": {
96     "vendored_libraries": "core/librealmcore-ios.a"
97   },
98   "osx": {
99     "vendored_libraries": "core/librealmcore-macosx.a"
100   },
101   "watchos": {
102     "vendored_libraries": "core/librealmcore-watchos.a"
103   },
104   "tvos": {
105     "vendored_libraries": "core/librealmcore-tvos.a"
106   },
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/**/RLMNetworkTransport.h",
135         "include/**/RLMProviderClient.h",
136         "include/**/RLMRealm+Sync.h",
137         "include/**/RLMRealmConfiguration+Sync.h",
138         "include/**/RLMSyncConfiguration.h",
139         "include/**/RLMSyncCredentials.h",
140         "include/**/RLMSyncManager.h",
141         "include/**/RLMSyncPermission.h",
142         "include/**/RLMSyncSession.h",
143         "include/**/RLMSyncUser.h",
144         "include/**/RLMSyncUtil.h",
145         "include/**/RLMUserAPIKey.h",
146         "include/**/RLMUserAPIKeyProviderClient.h",
147         "include/**/RLMUsernamePasswordProviderClient.h",
148         "include/**/RLMRealm_Dynamic.h",
149         "include/**/RLMObjectBase_Dynamic.h"
150       ],
151       "public_header_files": [
152         "include/**/Realm.h",
153         "include/**/RLMArray.h",
154         "include/**/RLMCollection.h",
155         "include/**/RLMConstants.h",
156         "include/**/RLMDecimal128.h",
157         "include/**/RLMEmbeddedObject.h",
158         "include/**/RLMListBase.h",
159         "include/**/RLMMigration.h",
160         "include/**/RLMObject.h",
161         "include/**/RLMObjectBase.h",
162         "include/**/RLMObjectId.h",
163         "include/**/RLMObjectSchema.h",
164         "include/**/RLMOptionalBase.h",
165         "include/**/RLMPlatform.h",
166         "include/**/RLMProperty.h",
167         "include/**/RLMRealm.h",
168         "include/**/RLMRealmConfiguration.h",
169         "include/**/RLMResults.h",
170         "include/**/RLMSchema.h",
171         "include/**/RLMThreadSafeReference.h",
172         "include/**/NSError+RLMSync.h",
173         "include/**/RLMApp.h",
174         "include/**/RLMAppCredentials.h",
175         "include/**/RLMNetworkTransport.h",
176         "include/**/RLMProviderClient.h",
177         "include/**/RLMRealm+Sync.h",
178         "include/**/RLMRealmConfiguration+Sync.h",
179         "include/**/RLMSyncConfiguration.h",
180         "include/**/RLMSyncCredentials.h",
181         "include/**/RLMSyncManager.h",
182         "include/**/RLMSyncPermission.h",
183         "include/**/RLMSyncSession.h",
184         "include/**/RLMSyncUser.h",
185         "include/**/RLMSyncUtil.h",
186         "include/**/RLMUserAPIKey.h",
187         "include/**/RLMUserAPIKeyProviderClient.h",
188         "include/**/RLMUsernamePasswordProviderClient.h",
189         "include/**/RLMRealm_Dynamic.h",
190         "include/**/RLMObjectBase_Dynamic.h"
191       ]
192     }
193   ]