[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 3 / 8 / 2 / librdf.sqlite / 0.0.3 / librdf.sqlite.podspec.json
blob20cb734ea56f3b3c046445fa9ae0e47b64f5ec19
2   "name": "librdf.sqlite",
3   "version": "0.0.3",
4   "summary": "improved SQLite RDF triple store for Redland librdf",
5   "description": "Improved [SQLite](http://sqlite.org) RDF triple [storage module](http://librdf.org/docs/api/redland-storage-modules.html)\nfor [librdf](http://librdf.org/).\n\nInspired by the [official sqlite store](https://github.com/dajobe/librdf/blob/master/src/rdf_storage_sqlite.c).\n\nConsidered alpha, *don't use in production*.\n\n## Usage\n\n    ....\n    const char* options = \"new='yes', contexts='no'\";\n    librdf_storage *newStorage = librdf_new_storage(world, LIBRDF_STORAGE_SQLITE_MRO, file_path, options);\n",
6   "homepage": "http://purl.mro.name/rdf/sqlite",
7   "license": "Human Rights",
8   "authors": {
9     "Marcus Rohrmoser": "mrohrmoser@acm.org"
10   },
11   "source": {
12     "git": "https://github.com/mro/librdf.sqlite.git",
13     "tag": "0.0.3"
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "rdf_storage_sqlite_mro.{c,h}",
20   "public_header_files": "rdf_storage_sqlite_mro.h",
21   "dependencies": {
22     "librdf.ios": [
23       "~> 1.0"
24     ]
25   }