[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / a / c / e / liblowladb / 0.0.1 / liblowladb.podspec.json
blobe4e8f4b5779ce155eae81791b9c514b7a5f15fa8
2   "name": "liblowladb",
3   "version": "0.0.1",
4   "summary": "A synchronizing embedded client database based on MongoDB.",
5   "homepage": "https://github.com/lowla/liblowladb",
6   "license": "Apache 2.0",
7   "authors": {
8     "Mark Dixon": "mark_dixon@teamstudio.com"
9   },
10   "source": {
11     "git": "https://github.com/lowla/liblowladb.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "compiler_flags": "-DMONGO_USE_LONG_LONG_INT",
20   "prefix_header_contents": [
21     "#ifndef NDEBUG",
22     "#define SQLITE_DEBUG = 1",
23     "#endif"
24   ],
25   "ios": {
26     "source_files": [
27       "src/**/*.*",
28       "platform-src/ios/**/*.*"
29     ]
30   },
31   "osx": {
32     "source_files": [
33       "src/**/*.*",
34       "platform-src/osx/**/*.*"
35     ]
36   }