blob: c879854ebe8d4664107b48c8d5dee75ebc2debd7 [file] [log] [blame]
{
"name": "DyJson",
"version": "1.0.0",
"summary": "json string to object or object to json string.",
"description": "\t\t\tuse NSJSONSerialization to change json strong to object or change object to json string\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/zjr999/DyJson",
"license": "MIT",
"authors": {
"้’ŸๅŠ ไป": "zjren@vip.deyi.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zjr999/DyJson.git",
"tag": "1.0.0"
},
"source_files": [
"DyJson",
"DyJson/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}