[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / librdf.ios / 1.0.17.4 / librdf.ios.podspec.json
blobaaf9fcc8f97439db7ab883294e764775f9842fd0
2   "name": "librdf.ios",
3   "version": "1.0.17.4",
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",
8   "authors": {
9     "Marcus Rohrmoser": "mrohrmoser@acm.org"
10   },
11   "source": {
12     "git": "https://github.com/mro/librdf.ios.git",
13     "tag": "1.0.17.4"
14   },
15   "documentation_url": "http://librdf.org/docs/",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "prepare_command": "bash build.sh all",
20   "xcconfig": {
21     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/build\""
22   },
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",
27   "libraries": [
28     "xml2",
29     "xslt",
30     "sqlite3"
31   ],
32   "requires_arc": false