[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / a / 7 / Realm / 3.0.0-beta.3 / Realm.podspec.json
blob1ee3973cb89f12eab2d8c36b558f4cf739feaa55
2   "name": "Realm",
3   "version": "3.0.0-beta.3",
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.0.0-beta.3",
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   "module_map": "Realm/Realm.modulemap",
27   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"3.0.0-beta.3\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC",
28   "prepare_command": "sh build.sh cocoapods-setup",
29   "source_files": [
30     "Realm/*.{m,mm}",
31     "Realm/ObjectStore/src/*.cpp",
32     "Realm/ObjectStore/src/sync/*.cpp",
33     "Realm/ObjectStore/src/sync/impl/*.cpp",
34     "Realm/ObjectStore/src/sync/impl/apple/*.cpp",
35     "Realm/ObjectStore/src/impl/*.cpp",
36     "Realm/ObjectStore/src/impl/apple/*.cpp",
37     "Realm/ObjectStore/src/util/*.cpp",
38     "Realm/ObjectStore/src/util/apple/*.cpp",
39     "include/**/*_Private.h",
40     "include/**/RLMAccessor.h",
41     "include/**/RLMListBase.h",
42     "include/**/RLMObjectStore.h",
43     "include/**/RLMOptionalBase.h"
44   ],
45   "private_header_files": [
46     "include/**/*_Private.h",
47     "include/**/RLMAccessor.h",
48     "include/**/RLMListBase.h",
49     "include/**/RLMObjectStore.h",
50     "include/**/RLMOptionalBase.h"
51   ],
52   "header_mappings_dir": "include",
53   "pod_target_xcconfig": {
54     "APPLICATION_EXTENSION_API_ONLY": "YES",
55     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
56     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\"",
57     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
58   },
59   "preserve_paths": [
60     "build.sh",
61     "include"
62   ],
63   "platforms": {
64     "ios": "8.0",
65     "osx": "10.9",
66     "watchos": "2.0",
67     "tvos": "9.0"
68   },
69   "ios": {
70     "vendored_libraries": "core/librealmcore-ios.a"
71   },
72   "osx": {
73     "vendored_libraries": "core/librealmcore-macosx.a"
74   },
75   "watchos": {
76     "vendored_libraries": "core/librealmcore-watchos.a"
77   },
78   "tvos": {
79     "vendored_libraries": "core/librealmcore-tvos.a"
80   },
81   "subspecs": [
82     {
83       "name": "Headers",
84       "source_files": [
85         "include/**/RLMArray.h",
86         "include/**/RLMCollection.h",
87         "include/**/RLMConstants.h",
88         "include/**/RLMListBase.h",
89         "include/**/RLMMigration.h",
90         "include/**/RLMObject.h",
91         "include/**/RLMObjectBase.h",
92         "include/**/RLMObjectSchema.h",
93         "include/**/RLMOptionalBase.h",
94         "include/**/RLMPlatform.h",
95         "include/**/RLMProperty.h",
96         "include/**/RLMRealm.h",
97         "include/**/RLMRealmConfiguration+Sync.h",
98         "include/**/RLMRealmConfiguration.h",
99         "include/**/RLMResults.h",
100         "include/**/RLMSchema.h",
101         "include/**/RLMSyncConfiguration.h",
102         "include/**/RLMSyncCredentials.h",
103         "include/**/RLMSyncManager.h",
104         "include/**/RLMSyncPermission.h",
105         "include/**/RLMSyncPermissionOffer.h",
106         "include/**/RLMSyncPermissionOfferResponse.h",
107         "include/**/RLMSyncPermissionResults.h",
108         "include/**/RLMSyncSession.h",
109         "include/**/RLMSyncUser.h",
110         "include/**/RLMSyncUtil.h",
111         "include/**/RLMThreadSafeReference.h",
112         "include/**/NSError+RLMSync.h",
113         "include/**/Realm.h",
114         "include/**/RLMRealm_Dynamic.h",
115         "include/**/RLMObjectBase_Dynamic.h"
116       ],
117       "public_header_files": [
118         "include/**/RLMArray.h",
119         "include/**/RLMCollection.h",
120         "include/**/RLMConstants.h",
121         "include/**/RLMListBase.h",
122         "include/**/RLMMigration.h",
123         "include/**/RLMObject.h",
124         "include/**/RLMObjectBase.h",
125         "include/**/RLMObjectSchema.h",
126         "include/**/RLMOptionalBase.h",
127         "include/**/RLMPlatform.h",
128         "include/**/RLMProperty.h",
129         "include/**/RLMRealm.h",
130         "include/**/RLMRealmConfiguration+Sync.h",
131         "include/**/RLMRealmConfiguration.h",
132         "include/**/RLMResults.h",
133         "include/**/RLMSchema.h",
134         "include/**/RLMSyncConfiguration.h",
135         "include/**/RLMSyncCredentials.h",
136         "include/**/RLMSyncManager.h",
137         "include/**/RLMSyncPermission.h",
138         "include/**/RLMSyncPermissionOffer.h",
139         "include/**/RLMSyncPermissionOfferResponse.h",
140         "include/**/RLMSyncPermissionResults.h",
141         "include/**/RLMSyncSession.h",
142         "include/**/RLMSyncUser.h",
143         "include/**/RLMSyncUtil.h",
144         "include/**/RLMThreadSafeReference.h",
145         "include/**/NSError+RLMSync.h",
146         "include/**/Realm.h",
147         "include/**/RLMRealm_Dynamic.h",
148         "include/**/RLMObjectBase_Dynamic.h"
149       ]
150     }
151   ]