[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / e / liblowladb / 0.0.2 / liblowladb.podspec.json
blob3c02d16dc79c9d07fb210321ab53a5df84c1ccb9
2   "name": "liblowladb",
3   "version": "0.0.2",
4   "summary": "A synchronizing embedded client database based on MongoDB.",
5   "homepage": "https://github.com/lowla/liblowladb",
6   "license": "MIT",
7   "authors": {
8     "Mark Dixon": "mark_dixon@teamstudio.com"
9   },
10   "source": {
11     "git": "https://github.com/lowla/liblowladb.git",
12     "tag": "0.0.2"
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   }