[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / a / 7 / Realm / 0.96.1 / Realm.podspec.json
blob1c8253ab21fdcbe74fc827ba79c68607d58b4791
2   "name": "Realm",
3   "version": "0.96.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": "v0.96.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/0.96.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='@\"0.96.1\"' -D__ASSERTMACROS__",
24   "prepare_command": "sh build.sh cocoapods-setup",
25   "source_files": [
26     "Realm/*.{m,mm}",
27     "Realm/ObjectStore/*.cpp"
28   ],
29   "header_mappings_dir": "include",
30   "pod_target_xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
32     "OTHER_CPLUSPLUSFLAGS": "-std=c++1y $(inherited)",
33     "APPLICATION_EXTENSION_API_ONLY": "YES"
34   },
35   "preserve_paths": [
36     "build.sh"
37   ],
38   "platforms": {
39     "ios": "7.0",
40     "osx": "10.9",
41     "watchos": "2.0"
42   },
43   "ios": {
44     "vendored_libraries": "core/librealm-ios.a"
45   },
46   "osx": {
47     "vendored_libraries": "core/librealm-osx.a"
48   },
49   "watchos": {
50     "vendored_libraries": "core/librealm-watchos.a"
51   },
52   "subspecs": [
53     {
54       "name": "Headers",
55       "source_files": "include/**/*.{h,hpp}",
56       "public_header_files": [
57         "include/Realm/RLMArray.h",
58         "include/Realm/RLMCollection.h",
59         "include/Realm/RLMConstants.h",
60         "include/Realm/RLMDefines.h",
61         "include/Realm/RLMListBase.h",
62         "include/Realm/RLMMigration.h",
63         "include/Realm/RLMObject.h",
64         "include/Realm/RLMObjectBase.h",
65         "include/Realm/RLMObjectSchema.h",
66         "include/Realm/RLMOptionalBase.h",
67         "include/Realm/RLMPlatform.h",
68         "include/Realm/RLMProperty.h",
69         "include/Realm/RLMRealm.h",
70         "include/Realm/RLMRealmConfiguration.h",
71         "include/Realm/RLMResults.h",
72         "include/Realm/RLMSchema.h",
73         "include/Realm/Realm.h",
74         "include/Realm/RLMRealm_Dynamic.h",
75         "include/Realm/RLMObjectBase_Dynamic.h"
76       ],
77       "private_header_files": [
78         "include/Realm/*{Accessor,RealmUtil,ListBase,ObjectStore,Private}.h",
79         "include/Realm/ObjectStore/*.hpp"
80       ]
81     }
82   ]