blob: 02251b081f1a61584693816407e0fde2bc72fc78 [file] [log] [blame]
{
"name": "swift-serialize",
"module_name": "Serialize",
"version": "1.0.0",
"summary": "swift object serialize/deserialize of json",
"description": "serialize swift object to json\ndeserialize json for swift custom class",
"homepage": "https://github.com/sagesse-cn/swift-serialize",
"license": "MIT",
"authors": {
"sagesse-cn": "gdmmyzc@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sagesse-cn/swift-serialize.git",
"tag": "1.0.0"
},
"source_files": "Serialize/*"
}