[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Realm / 0.98.2 / Realm.podspec.json
blobad938cb8f2b11e8e1c76b6ddd76b26c98cd00cb1
2   "name": "Realm",
3   "version": "0.98.2",
4   "summary": "Realm is a modern data framework & database for iOS & OS X.",
5   "description": "The Realm database, for Objective-C. (If you want to use Realm from Swift, see the “RealmSwift” pod.)\n\nRealm is a mobile database: a replacement for Core Data & SQLite. You can use it on iOS & OS X. Realm is not an ORM on top SQLite: instead it uses its own persistence engine, built for simplicity (& speed). 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": "v0.98.2"
10   },
11   "authors": {
12     "Realm": "help@realm.io"
13   },
14   "libraries": "c++",
15   "requires_arc": true,
16   "social_media_url": "https://twitter.com/realm",
17   "documentation_url": "https://realm.io/docs/objc/0.98.2",
18   "license": {
19     "type": "Apache 2.0",
20     "file": "LICENSE"
21   },
22   "module_map": "Realm/module.modulemap",
23   "compiler_flags": "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"0.98.2\"' -D__ASSERTMACROS__",
24   "prepare_command": "sh build.sh cocoapods-setup",
25   "source_files": [
26     "Realm/*.{m,mm}",
27     "Realm/ObjectStore/*.cpp",
28     "Realm/ObjectStore/impl/*.cpp",
29     "Realm/ObjectStore/impl/apple/*.cpp",
30     "include/Realm/*_Private.h",
31     "include/Realm/RLMAccessor.h",
32     "include/Realm/RLMListBase.h",
33     "include/Realm/RLMObjectStore.h",
34     "include/Realm/RLMOptionalBase.h"
35   ],
36   "private_header_files": [
37     "include/Realm/*_Private.h",
38     "include/Realm/RLMAccessor.h",
39     "include/Realm/RLMListBase.h",
40     "include/Realm/RLMObjectStore.h",
41     "include/Realm/RLMOptionalBase.h"
42   ],
43   "header_mappings_dir": "include",
44   "pod_target_xcconfig": {
45     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
46     "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
47     "APPLICATION_EXTENSION_API_ONLY": "YES",
48     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
49     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
50   },
51   "preserve_paths": [
52     "build.sh",
53     "include"
54   ],
55   "platforms": {
56     "ios": "7.0",
57     "osx": "10.9",
58     "watchos": "2.0",
59     "tvos": "9.0"
60   },
61   "ios": {
62     "vendored_libraries": "core/librealm-ios.a"
63   },
64   "osx": {
65     "vendored_libraries": "core/librealm-osx.a"
66   },
67   "watchos": {
68     "vendored_libraries": "core/librealm-watchos.a"
69   },
70   "tvos": {
71     "vendored_libraries": "core/librealm-tvos.a"
72   },
73   "subspecs": [
74     {
75       "name": "Headers",
76       "source_files": [
77         "include/Realm/RLMArray.h",
78         "include/Realm/RLMCollection.h",
79         "include/Realm/RLMConstants.h",
80         "include/Realm/RLMDefines.h",
81         "include/Realm/RLMListBase.h",
82         "include/Realm/RLMMigration.h",
83         "include/Realm/RLMObject.h",
84         "include/Realm/RLMObjectBase.h",
85         "include/Realm/RLMObjectSchema.h",
86         "include/Realm/RLMOptionalBase.h",
87         "include/Realm/RLMPlatform.h",
88         "include/Realm/RLMProperty.h",
89         "include/Realm/RLMRealm.h",
90         "include/Realm/RLMRealmConfiguration.h",
91         "include/Realm/RLMResults.h",
92         "include/Realm/RLMSchema.h",
93         "include/Realm/Realm.h",
94         "include/Realm/RLMRealm_Dynamic.h",
95         "include/Realm/RLMObjectBase_Dynamic.h"
96       ],
97       "public_header_files": [
98         "include/Realm/RLMArray.h",
99         "include/Realm/RLMCollection.h",
100         "include/Realm/RLMConstants.h",
101         "include/Realm/RLMDefines.h",
102         "include/Realm/RLMListBase.h",
103         "include/Realm/RLMMigration.h",
104         "include/Realm/RLMObject.h",
105         "include/Realm/RLMObjectBase.h",
106         "include/Realm/RLMObjectSchema.h",
107         "include/Realm/RLMOptionalBase.h",
108         "include/Realm/RLMPlatform.h",
109         "include/Realm/RLMProperty.h",
110         "include/Realm/RLMRealm.h",
111         "include/Realm/RLMRealmConfiguration.h",
112         "include/Realm/RLMResults.h",
113         "include/Realm/RLMSchema.h",
114         "include/Realm/Realm.h",
115         "include/Realm/RLMRealm_Dynamic.h",
116         "include/Realm/RLMObjectBase_Dynamic.h"
117       ]
118     }
119   ]