blob: 1cc168c443cd7638629c53d5f23902ecdc3c6bae [file] [log] [blame]
{
"name": "swift-serialize",
"version": "0.0.1",
"summary": "swift object serialize/deserialize of json",
"description": "\t\t\t\t\t\tserialize swift object to json\n\t\t\t\t\t\tdeserialize json for swift custom class\n",
"homepage": "https://github.com/sagesse-cn/swift-serialize",
"license": "MIT",
"authors": {
"sagesse-cn": "gdmmyzc@163.com"
},
"source": {
"git": "https://github.com/sagesse-cn/swift-serialize.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Serialize/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}