[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / a / 7 / Realm / 5.5.1 / Realm.podspec.json
blobe1f853bab8f8e7a80bbf4750af8b6232cf2969ca
2   "name": "Realm",
3   "version": "5.5.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": "v5.5.1",
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://docs.mongodb.com/realm-legacy/docs/objc/5.5.0/",
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='@\"5.5.1\"' -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     "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": "9.0",
91     "osx": "10.9",
92     "watchos": "2.0",
93     "tvos": "9.0"
94   },
95   "vendored_frameworks": "core/realm-sync.xcframework",
96   "subspecs": [
97     {
98       "name": "Headers",
99       "source_files": [
100         "include/**/RLMArray.h",
101         "include/**/RLMCollection.h",
102         "include/**/RLMConstants.h",
103         "include/**/RLMListBase.h",
104         "include/**/RLMMigration.h",
105         "include/**/RLMObject.h",
106         "include/**/RLMObjectBase.h",
107         "include/**/RLMObjectSchema.h",
108         "include/**/RLMOptionalBase.h",
109         "include/**/RLMPlatform.h",
110         "include/**/RLMProperty.h",
111         "include/**/RLMRealm.h",
112         "include/**/RLMRealm+Sync.h",
113         "include/**/RLMRealmConfiguration+Sync.h",
114         "include/**/RLMRealmConfiguration.h",
115         "include/**/RLMResults.h",
116         "include/**/RLMSchema.h",
117         "include/**/RLMSyncConfiguration.h",
118         "include/**/RLMSyncCredentials.h",
119         "include/**/RLMSyncManager.h",
120         "include/**/RLMSyncPermission.h",
121         "include/**/RLMSyncSession.h",
122         "include/**/RLMSyncSubscription.h",
123         "include/**/RLMSyncUser.h",
124         "include/**/RLMSyncUtil.h",
125         "include/**/RLMThreadSafeReference.h",
126         "include/**/NSError+RLMSync.h",
127         "include/**/Realm.h",
128         "include/**/RLMRealm_Dynamic.h",
129         "include/**/RLMObjectBase_Dynamic.h"
130       ],
131       "public_header_files": [
132         "include/**/RLMArray.h",
133         "include/**/RLMCollection.h",
134         "include/**/RLMConstants.h",
135         "include/**/RLMListBase.h",
136         "include/**/RLMMigration.h",
137         "include/**/RLMObject.h",
138         "include/**/RLMObjectBase.h",
139         "include/**/RLMObjectSchema.h",
140         "include/**/RLMOptionalBase.h",
141         "include/**/RLMPlatform.h",
142         "include/**/RLMProperty.h",
143         "include/**/RLMRealm.h",
144         "include/**/RLMRealm+Sync.h",
145         "include/**/RLMRealmConfiguration+Sync.h",
146         "include/**/RLMRealmConfiguration.h",
147         "include/**/RLMResults.h",
148         "include/**/RLMSchema.h",
149         "include/**/RLMSyncConfiguration.h",
150         "include/**/RLMSyncCredentials.h",
151         "include/**/RLMSyncManager.h",
152         "include/**/RLMSyncPermission.h",
153         "include/**/RLMSyncSession.h",
154         "include/**/RLMSyncSubscription.h",
155         "include/**/RLMSyncUser.h",
156         "include/**/RLMSyncUtil.h",
157         "include/**/RLMThreadSafeReference.h",
158         "include/**/NSError+RLMSync.h",
159         "include/**/Realm.h",
160         "include/**/RLMRealm_Dynamic.h",
161         "include/**/RLMObjectBase_Dynamic.h"
162       ]
163     }
164   ]