blob: 394099e3d319a96fd6a0e6586f1b39bcf8ca7d30 [file] [log] [blame]
{
"name": "Cereal",
"version": "4.0.0",
"summary": "Object and data serialization in Swift",
"description": "Cereal is essentially NSCoding for Swift. Objects can be encoded and decoded\n into a format that can be written to disk, user defaults, property lists, or\ntransferred to other devices through frameworks like WatchConnectivity.",
"license": "MIT",
"homepage": "https://github.com/Weebly/Cereal.git",
"authors": {
"ketzusaka": "james@weebly.com"
},
"social_media_url": "http://twitter.com/ketzusaka",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Weebly/Cereal.git",
"tag": "v4.0.0"
},
"requires_arc": true,
"source_files": "Cereal/*.swift",
"pushed_with_swift_version": "3.0"
}