[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / b / a / 7 / Realm / 0.98.0 / Realm.podspec.json
blob8de8b95b08c7672745dadfed69e18d4ea1dbc578
2   "name": "Realm",
3   "version": "0.98.0",
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.0"
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.0",
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.0\"' -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/*{Accessor,RealmUtil,ListBase,ObjectStore,Private,SwiftSupport}.h",
31     "include/realm.hpp",
32     "include/realm/realm_nmmintrin.h",
33     "include/realm/util/*.h",
34     "include/realm/**/*.hpp",
35     "include/Realm/**/*.hpp"
36   ],
37   "private_header_files": [
38     "include/Realm/*{Accessor,RealmUtil,ListBase,ObjectStore,Private,SwiftSupport}.h",
39     "include/realm.hpp",
40     "include/realm/realm_nmmintrin.h",
41     "include/realm/util/*.h",
42     "include/realm/**/*.hpp",
43     "include/Realm/**/*.hpp"
44   ],
45   "header_mappings_dir": "include",
46   "pod_target_xcconfig": {
47     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
48     "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
49     "APPLICATION_EXTENSION_API_ONLY": "YES",
50     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include\"",
51     "USER_HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Realm/include/Realm/\""
52   },
53   "preserve_paths": [
54     "build.sh"
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-osx.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/Realm/RLMArray.h",
79         "include/Realm/RLMCollection.h",
80         "include/Realm/RLMConstants.h",
81         "include/Realm/RLMDefines.h",
82         "include/Realm/RLMListBase.h",
83         "include/Realm/RLMMigration.h",
84         "include/Realm/RLMObject.h",
85         "include/Realm/RLMObjectBase.h",
86         "include/Realm/RLMObjectSchema.h",
87         "include/Realm/RLMOptionalBase.h",
88         "include/Realm/RLMPlatform.h",
89         "include/Realm/RLMProperty.h",
90         "include/Realm/RLMRealm.h",
91         "include/Realm/RLMRealmConfiguration.h",
92         "include/Realm/RLMResults.h",
93         "include/Realm/RLMSchema.h",
94         "include/Realm/Realm.h",
95         "include/Realm/RLMRealm_Dynamic.h",
96         "include/Realm/RLMObjectBase_Dynamic.h"
97       ],
98       "public_header_files": [
99         "include/Realm/RLMArray.h",
100         "include/Realm/RLMCollection.h",
101         "include/Realm/RLMConstants.h",
102         "include/Realm/RLMDefines.h",
103         "include/Realm/RLMListBase.h",
104         "include/Realm/RLMMigration.h",
105         "include/Realm/RLMObject.h",
106         "include/Realm/RLMObjectBase.h",
107         "include/Realm/RLMObjectSchema.h",
108         "include/Realm/RLMOptionalBase.h",
109         "include/Realm/RLMPlatform.h",
110         "include/Realm/RLMProperty.h",
111         "include/Realm/RLMRealm.h",
112         "include/Realm/RLMRealmConfiguration.h",
113         "include/Realm/RLMResults.h",
114         "include/Realm/RLMSchema.h",
115         "include/Realm/Realm.h",
116         "include/Realm/RLMRealm_Dynamic.h",
117         "include/Realm/RLMObjectBase_Dynamic.h"
118       ]
119     }
120   ]