blob: a53ee6d3c458f9f94f755affd7a967c159a3c2d7 [file] [log] [blame]
{
"name": "GreedJSON",
"version": "0.0.4",
"summary": "ios JSON parser based ob NSJSONSerialization",
"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.4"
},
"source_files": [
"GreedJSON",
"GreedJSON/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}