blob: 978cba7632b3c8755113693eea85d16b087a3a7c [file] [log] [blame]
{
"name": "YAJLO",
"version": "0.3.2",
"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",
"David Hart": "david@hartbit.com"
},
"source": {
"git": "https://github.com/gabriel/yajl-objc.git",
"tag": "0.3.2"
},
"source_files": [
"Classes/*.{h,m}",
"yajl-2.1.0/*.{h,c}",
"yajl-2.1.0/api/*.h"
],
"public_header_files": "Classes/*.h",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}