4 "summary": "Redland RDF API and triple stores from https://github.com/dajobe/librdf for iOS.",
5 "description": " Brings the 3 libraries\n \n - raptor2: parsing and serializing RDF syntaxes,\n - rasqal: executing RDF queries and\n - redland: RDF API and triple stores\n \n from http://librdf.org/\n",
6 "homepage": "http://purl.mro.name/ios/librdf",
7 "license": "Human Rights License",
9 "Marcus Rohrmoser": "mrohrmoser@acm.org"
12 "git": "https://github.com/mro/librdf.ios.git",
15 "documentation_url": "http://librdf.org/docs/",
19 "prepare_command": "bash build.sh all",
21 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/build\""
23 "vendored_libraries": "build/lib*.a",
24 "source_files": "build/iOS-armv7s/include/**/*.h",
25 "preserve_paths": "build/lib*.a",
26 "public_header_files": "build/iOS-armv7s/include/**/*.h",