blob: 204464332b5f71121f2fb59b3429cffdf1abb836 [file] [log] [blame]
{
"name": "CoreCereal",
"version": "2.0.0",
"summary": "A lightweight serialization framework written in Swift.",
"description": "For more information, please visit http://gretzlab.com/lab/cereal",
"homepage": "https://github.com/jgretz/Cereal",
"license": "Apache 2.0",
"authors": {
"Josh Gretz": "jgretz@truefit.io"
},
"source": {
"git": "https://github.com/jgretz/Cereal.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/joshgretz",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Cereal/**/*.{swift}",
"dependencies": {
"CoreMeta": [
]
}
}