blob: 1cff5721ddc5220420ee0350e33d7137407a934d [file] [log] [blame]
{
"name": "GreedJSON",
"version": "0.1.5",
"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.1.5"
},
"source_files": [
"GreedJSON",
"GreedJSON/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}