blob: 1c8bd4f9e03ba7744a4343e351574bd37e9bf684 [file] [log] [blame]
{
"name": "TouchJSON",
"version": "1.0",
"license": "Simplified BSD License",
"summary": "TouchJSON is an Objective-C based parser and generator for JSON encoded data.",
"homepage": "https://github.com/TouchCode/TouchJSON",
"authors": {
"Jonathan Wight": "schwa@touchcode.com"
},
"source": {
"git": "https://github.com/TouchCode/TouchJSON.git",
"tag": "1.0"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}