blob: a08bd45075b0628abea200bf3dc3e5b57f5dbd92 [file] [log] [blame]
{
"name": "wbxml",
"version": "0.0.1",
"summary": "An Objective-C API wrapped around libwbxml.",
"homepage": "https://github.com/jeff7091/objc-wbxml",
"license": "Apache 2.0",
"authors": {
"Jeff Enderwick": "jeff.enderwick@gmail.com"
},
"source": {
"git": "https://github.com/jeff7091/objc-wbxml.git",
"tag": "0.0.1"
},
"source_files": "WBXML/*.{h,m}",
"requires_arc": false,
"dependencies": {
"libwbxml": [
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}