[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / a / 7 / Realm / 3.16.0 / Realm.podspec.json
blobbf401647a94fa6a461c789b063e51f4799399a8f
2   "name": "Realm",
3   "version": "3.16.0",
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": "v3.16.0",
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/3.16.0",
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='@\"3.16.0\"' -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     "include/**/RLMAccessor.h",
41     "include/**/RLMArray_Private.h",
42     "include/**/RLMCollection_Private.h",
43     "include/**/RLMListBase.h",
44     "include/**/RLMObjectBase_Private.h",
45     "include/**/RLMObjectSchema_Private.h",
46     "include/**/RLMObjectStore.h",
47     "include/**/RLMObject_Private.h",
48     "include/**/RLMOptionalBase.h",
49     "include/**/RLMProperty_Private.h",
50     "include/**/RLMRealmConfiguration_Private.h",
51     "include/**/RLMRealm_Private.h",
52     "include/**/RLMResults_Private.h",
53     "include/**/RLMSchema_Private.h",
54     "include/**/RLMSyncConfiguration_Private.h",
55     "include/**/RLMSyncUtil_Private.h"
56   ],
57   "private_header_files": [
58     "include/**/RLMAccessor.h",
59     "include/**/RLMArray_Private.h",
60     "include/**/RLMCollection_Private.h",
61     "include/**/RLMListBase.h",
62     "include/**/RLMObjectBase_Private.h",
63     "include/**/RLMObjectSchema_Private.h",
64     "include/**/RLMObjectStore.h",
65     "include/**/RLMObject_Private.h",
66     "include/**/RLMOptionalBase.h",
67     "include/**/RLMProperty_Private.h",
68     "include/**/RLMRealmConfiguration_Private.h",
69     "include/**/RLMRealm_Private.h",
70     "include/**/RLMResults_Private.h",
71     "include/**/RLMSchema_Private.h",
72     "include/**/RLMSyncConfiguration_Private.h",
73     "include/**/RLMSyncUtil_Private.h"
74   ],
75   "header_mappings_dir": "include",
76   "pod_target_xcconfig": {
77     "APPLICATION_EXTENSION_API_ONLY": "YES",
78     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
79     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
80     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
81     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
82   },
83   "preserve_paths": [
84     "build.sh",
85     "include"
86   ],
87   "platforms": {
88     "ios": "8.0",
89     "osx": "10.9",
90     "watchos": "2.0",
91     "tvos": "9.0"
92   },
93   "ios": {
94     "vendored_libraries": "core/librealmcore-ios.a"
95   },
96   "osx": {
97     "vendored_libraries": "core/librealmcore-macosx.a"
98   },
99   "watchos": {
100     "vendored_libraries": "core/librealmcore-watchos.a"
101   },
102   "tvos": {
103     "vendored_libraries": "core/librealmcore-tvos.a"
104   },
105   "subspecs": [
106     {
107       "name": "Headers",
108       "source_files": [
109         "include/**/RLMArray.h",
110         "include/**/RLMCollection.h",
111         "include/**/RLMConstants.h",
112         "include/**/RLMListBase.h",
113         "include/**/RLMMigration.h",
114         "include/**/RLMObject.h",
115         "include/**/RLMObjectBase.h",
116         "include/**/RLMObjectSchema.h",
117         "include/**/RLMOptionalBase.h",
118         "include/**/RLMPlatform.h",
119         "include/**/RLMProperty.h",
120         "include/**/RLMRealm.h",
121         "include/**/RLMRealm+Sync.h",
122         "include/**/RLMRealmConfiguration+Sync.h",
123         "include/**/RLMRealmConfiguration.h",
124         "include/**/RLMResults.h",
125         "include/**/RLMSchema.h",
126         "include/**/RLMSyncConfiguration.h",
127         "include/**/RLMSyncCredentials.h",
128         "include/**/RLMSyncManager.h",
129         "include/**/RLMSyncPermission.h",
130         "include/**/RLMSyncSession.h",
131         "include/**/RLMSyncSubscription.h",
132         "include/**/RLMSyncUser.h",
133         "include/**/RLMSyncUtil.h",
134         "include/**/RLMThreadSafeReference.h",
135         "include/**/NSError+RLMSync.h",
136         "include/**/Realm.h",
137         "include/**/RLMRealm_Dynamic.h",
138         "include/**/RLMObjectBase_Dynamic.h"
139       ],
140       "public_header_files": [
141         "include/**/RLMArray.h",
142         "include/**/RLMCollection.h",
143         "include/**/RLMConstants.h",
144         "include/**/RLMListBase.h",
145         "include/**/RLMMigration.h",
146         "include/**/RLMObject.h",
147         "include/**/RLMObjectBase.h",
148         "include/**/RLMObjectSchema.h",
149         "include/**/RLMOptionalBase.h",
150         "include/**/RLMPlatform.h",
151         "include/**/RLMProperty.h",
152         "include/**/RLMRealm.h",
153         "include/**/RLMRealm+Sync.h",
154         "include/**/RLMRealmConfiguration+Sync.h",
155         "include/**/RLMRealmConfiguration.h",
156         "include/**/RLMResults.h",
157         "include/**/RLMSchema.h",
158         "include/**/RLMSyncConfiguration.h",
159         "include/**/RLMSyncCredentials.h",
160         "include/**/RLMSyncManager.h",
161         "include/**/RLMSyncPermission.h",
162         "include/**/RLMSyncSession.h",
163         "include/**/RLMSyncSubscription.h",
164         "include/**/RLMSyncUser.h",
165         "include/**/RLMSyncUtil.h",
166         "include/**/RLMThreadSafeReference.h",
167         "include/**/NSError+RLMSync.h",
168         "include/**/Realm.h",
169         "include/**/RLMRealm_Dynamic.h",
170         "include/**/RLMObjectBase_Dynamic.h"
171       ]
172     }
173   ]