blob: 85872630720323b6c2549ac21a31aa2a4ac68486 [file] [log] [blame]
{
"name": "SHValue",
"version": "1.3.0",
"summary": "The safe way to deal with JSON data in Objective-C.",
"homepage": "https://github.com/shenhai193/SHValue",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Charles Zou": "shenhai.cpp@icloud.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/shenhai193/SHValue.git",
"tag": "1.3.0"
},
"source_files": "Source/*.{h,m}"
}