blob: 05450d3116590ef7176c36e8ed49a9b86f51cf33 [file] [log] [blame]
{
"name": "yajl-objc",
"version": "0.2.27",
"summary": "Objective-C bindings for YAJL (Yet Another JSON Library) C library.",
"homepage": "http://lloyd.github.com/yajl",
"license": "MIT",
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/a2/yajl-objc.git",
"tag": "v0.2.27"
},
"source_files": [
"Classes/*.{h,m}",
"Libraries/{GHKit,GTM}/*.{h,m}"
],
"dependencies": {
"yajl": [
"~>1.0.11"
]
},
"requires_arc": false
}