blob: c9b0fafebefb1310d3684bd0605d6f06329fad00 [file] [log] [blame]
{
"name": "GreedJSON",
"version": "0.0.6",
"summary": "parse and format JSON for ios",
"description": "Format NSDictionary,NSArray and NSData to JSONString,or reverse",
"homepage": "https://github.com/greedlab/GreedJSON",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/greedlab/GreedJSON.git",
"tag": "0.0.6"
},
"source_files": [
"GreedJSON",
"GreedJSON/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}