blob: df5de734cb4ed163c3ea2e3755c2cc807ba0af6c [file] [log] [blame]
{
"name": "SWJSON",
"version": "1.0.0",
"summary": "Categories for transforming JSON among NSData, NSString, NSDictionary, NSArray",
"description": " Categories for transforming JSON among NSData, NSString, NSDictionary, NSArray.\n",
"homepage": "https://github.com/conanwsz/SWJSON",
"license": "MIT",
"authors": {
"WangShunzhou": "conanwsz@gmail.com"
},
"source": {
"git": "https://github.com/conanwsz/SWJSON.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "SWJSON/*",
"frameworks": "Foundation"
}