blob: a320c62d896dca78dc697e0520ae1e5ee59dc133 [file] [log] [blame]
{
"name": "ConvertibleArchiver",
"version": "0.4.0",
"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.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"ConvertibleArchiver",
"ConvertibleArchiver/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Convertible": [
"~> 4.0.0"
]
}
}