[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / a / 7 / Realm / 1.0.1 / Realm.podspec.json
blobb5d70c98fef527bbc81eb0f8fd39e33625007a22
2   "name": "Realm",
3   "version": "1.0.1",
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": "v1.0.1"
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/1.0.1",
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='@\"1.0.1\"' -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     "Realm/ObjectStore/util/*.cpp",
31     "include/**/*_Private.h",
32     "include/**/RLMAccessor.h",
33     "include/**/RLMListBase.h",
34     "include/**/RLMObjectStore.h",
35     "include/**/RLMOptionalBase.h"
36   ],
37   "private_header_files": [
38     "include/**/*_Private.h",
39     "include/**/RLMAccessor.h",
40     "include/**/RLMListBase.h",
41     "include/**/RLMObjectStore.h",
42     "include/**/RLMOptionalBase.h"
43   ],
44   "header_mappings_dir": "include",
45   "pod_target_xcconfig": {
46     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
47     "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
48     "APPLICATION_EXTENSION_API_ONLY": "YES",
49     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/core\"",
50     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\" \"${PODS_ROOT}/Realm/include/Realm\""
51   },
52   "preserve_paths": [
53     "build.sh",
54     "include"
55   ],
56   "platforms": {
57     "ios": "7.0",
58     "osx": "10.9",
59     "watchos": "2.0",
60     "tvos": "9.0"
61   },
62   "ios": {
63     "vendored_libraries": "core/librealm-ios.a"
64   },
65   "osx": {
66     "vendored_libraries": "core/librealm-macosx.a"
67   },
68   "watchos": {
69     "vendored_libraries": "core/librealm-watchos.a"
70   },
71   "tvos": {
72     "vendored_libraries": "core/librealm-tvos.a"
73   },
74   "subspecs": [
75     {
76       "name": "Headers",
77       "source_files": [
78         "include/**/RLMArray.h",
79         "include/**/RLMCollection.h",
80         "include/**/RLMConstants.h",
81         "include/**/RLMListBase.h",
82         "include/**/RLMMigration.h",
83         "include/**/RLMObject.h",
84         "include/**/RLMObjectBase.h",
85         "include/**/RLMObjectSchema.h",
86         "include/**/RLMOptionalBase.h",
87         "include/**/RLMPlatform.h",
88         "include/**/RLMProperty.h",
89         "include/**/RLMRealm.h",
90         "include/**/RLMRealmConfiguration.h",
91         "include/**/RLMResults.h",
92         "include/**/RLMSchema.h",
93         "include/**/Realm.h",
94         "include/**/RLMRealm_Dynamic.h",
95         "include/**/RLMObjectBase_Dynamic.h"
96       ],
97       "public_header_files": [
98         "include/**/RLMArray.h",
99         "include/**/RLMCollection.h",
100         "include/**/RLMConstants.h",
101         "include/**/RLMListBase.h",
102         "include/**/RLMMigration.h",
103         "include/**/RLMObject.h",
104         "include/**/RLMObjectBase.h",
105         "include/**/RLMObjectSchema.h",
106         "include/**/RLMOptionalBase.h",
107         "include/**/RLMPlatform.h",
108         "include/**/RLMProperty.h",
109         "include/**/RLMRealm.h",
110         "include/**/RLMRealmConfiguration.h",
111         "include/**/RLMResults.h",
112         "include/**/RLMSchema.h",
113         "include/**/Realm.h",
114         "include/**/RLMRealm_Dynamic.h",
115         "include/**/RLMObjectBase_Dynamic.h"
116       ]
117     }
118   ]