[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Realm / 3.7.4 / Realm.podspec.json
bloba9b5a8a09cb095bc02dacbf88ebc2c4507a61449
2   "name": "Realm",
3   "version": "3.7.4",
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.7.4",
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.7.4",
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.7.4\"' -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/**/*_Private.h",
41     "include/**/RLMAccessor.h",
42     "include/**/RLMListBase.h",
43     "include/**/RLMObjectStore.h",
44     "include/**/RLMOptionalBase.h"
45   ],
46   "private_header_files": [
47     "include/**/*_Private.h",
48     "include/**/RLMAccessor.h",
49     "include/**/RLMListBase.h",
50     "include/**/RLMObjectStore.h",
51     "include/**/RLMOptionalBase.h"
52   ],
53   "header_mappings_dir": "include",
54   "pod_target_xcconfig": {
55     "APPLICATION_EXTENSION_API_ONLY": "YES",
56     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
57     "CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF": "NO",
58     "OTHER_CPLUSPLUSFLAGS": "-isystem \"${PODS_ROOT}/Realm/include/core\" -fvisibility-inlines-hidden",
59     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
60   },
61   "preserve_paths": [
62     "build.sh",
63     "include"
64   ],
65   "platforms": {
66     "ios": "8.0",
67     "osx": "10.9",
68     "watchos": "2.0",
69     "tvos": "9.0"
70   },
71   "ios": {
72     "vendored_libraries": "core/librealmcore-ios.a"
73   },
74   "osx": {
75     "vendored_libraries": "core/librealmcore-macosx.a"
76   },
77   "watchos": {
78     "vendored_libraries": "core/librealmcore-watchos.a"
79   },
80   "tvos": {
81     "vendored_libraries": "core/librealmcore-tvos.a"
82   },
83   "subspecs": [
84     {
85       "name": "Headers",
86       "source_files": [
87         "include/**/RLMArray.h",
88         "include/**/RLMCollection.h",
89         "include/**/RLMConstants.h",
90         "include/**/RLMListBase.h",
91         "include/**/RLMMigration.h",
92         "include/**/RLMObject.h",
93         "include/**/RLMObjectBase.h",
94         "include/**/RLMObjectSchema.h",
95         "include/**/RLMOptionalBase.h",
96         "include/**/RLMPlatform.h",
97         "include/**/RLMProperty.h",
98         "include/**/RLMRealm.h",
99         "include/**/RLMRealm+Sync.h",
100         "include/**/RLMRealmConfiguration+Sync.h",
101         "include/**/RLMRealmConfiguration.h",
102         "include/**/RLMResults.h",
103         "include/**/RLMSchema.h",
104         "include/**/RLMSyncConfiguration.h",
105         "include/**/RLMSyncCredentials.h",
106         "include/**/RLMSyncManager.h",
107         "include/**/RLMSyncPermission.h",
108         "include/**/RLMSyncSession.h",
109         "include/**/RLMSyncSubscription.h",
110         "include/**/RLMSyncUser.h",
111         "include/**/RLMSyncUtil.h",
112         "include/**/RLMThreadSafeReference.h",
113         "include/**/NSError+RLMSync.h",
114         "include/**/Realm.h",
115         "include/**/RLMRealm_Dynamic.h",
116         "include/**/RLMObjectBase_Dynamic.h"
117       ],
118       "public_header_files": [
119         "include/**/RLMArray.h",
120         "include/**/RLMCollection.h",
121         "include/**/RLMConstants.h",
122         "include/**/RLMListBase.h",
123         "include/**/RLMMigration.h",
124         "include/**/RLMObject.h",
125         "include/**/RLMObjectBase.h",
126         "include/**/RLMObjectSchema.h",
127         "include/**/RLMOptionalBase.h",
128         "include/**/RLMPlatform.h",
129         "include/**/RLMProperty.h",
130         "include/**/RLMRealm.h",
131         "include/**/RLMRealm+Sync.h",
132         "include/**/RLMRealmConfiguration+Sync.h",
133         "include/**/RLMRealmConfiguration.h",
134         "include/**/RLMResults.h",
135         "include/**/RLMSchema.h",
136         "include/**/RLMSyncConfiguration.h",
137         "include/**/RLMSyncCredentials.h",
138         "include/**/RLMSyncManager.h",
139         "include/**/RLMSyncPermission.h",
140         "include/**/RLMSyncSession.h",
141         "include/**/RLMSyncSubscription.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   ]