blob: 852026d7b0ca8364499d90922677abc6e51bb20d [file] [log] [blame]
{
"name": "JsonReciprocity",
"version": "1.0.2",
"summary": "A lightweight framework for converting between Json String and Json Object.",
"description": "A lightweight and fastest framework for converting between Json String and Json Object. This is a category that don't need to extends any other class. Convenient、Flexible、Easy to Use.",
"homepage": "https://github.com/javenl/JsonReciprocity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javen_liu": "412775083@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/javenl/JsonReciprocity.git",
"tag": "1.0.2"
},
"source_files": "JsonReciprocity/JsonReciprocity/*.{h,m}",
"requires_arc": true
}