[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / c / librdf.ios / 1.0.17 / librdf.ios.podspec.json
blob69778957d4148e349fb07e4cc0bcd924ac1a3ba3
2   "name": "librdf.ios",
3   "version": "1.0.17",
4   "summary": "iOS linkable https://github.com/dajobe/librdf.",
5   "homepage": "http://purl.mro.name/ios/librdf",
6   "license": "Human Rights License",
7   "authors": {
8     "Marcus Rohrmoser": "mrohrmoser@acm.org"
9   },
10   "source": {
11     "git": "https://github.com/mro/librdf.ios.git",
12     "tag": "1.0.17"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": false,
18   "prepare_command": "sh build.sh all",
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/build\""
21   },
22   "vendored_libraries": "build/lib*.a",
23   "preserve_paths": "build/lib*.a",
24   "source_files": "build/iOS-armv7s/include/**/*.h",
25   "public_header_files": "build/iOS-armv7s/include/**/*.h",
26   "libraries": [
27     "xml2",
28     "sqlite3"
29   ]