blob: a7cbda0cf216085ec911605b724b9270803f3671 [file] [log] [blame]
{
"name": "ConvertibleArchiver",
"version": "0.1.2",
"summary": "Archiving For DataConvertible Types",
"description": "Lightweight tool for archiving types that conform to DataConvertible (see Convertible framework).",
"homepage": "https://github.com/bradhilton/ConvertibleArchiver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/ConvertibleArchiver.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"ConvertibleArchiver",
"ConvertibleArchiver/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Convertible": [
"~> 1.0"
]
}
}