blob: 0dcf013f2bacf2064a272ea65918aa1c479cd4fb [file] [log] [blame]
{
"name": "librdf.objc",
"version": "0.0.4",
"summary": "Cocoa Objective-C wrapper to http://purl.mro.name/ios/librdf",
"description": " Inspired by [Redland-ObjC](https://github.com/p2/Redland-ObjC/) and\n [RDF Ruby gem](https://rubygems.org/gems/rdf)\n",
"homepage": "http://purl.mro.name/ios/librdf.objc",
"license": "Human Rights",
"authors": {
"Marcus Rohrmoser": "mrohrmoser@acm.org"
},
"source": {
"git": "https://github.com/mro/librdf.objc.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "MRDF",
"public_header_files": "MRDF/*/MRDF*.h",
"dependencies": {
"librdf.ios": [
"~> 1.0"
]
}
}