blob: 4fed3fbf2c25a3dd06625706990f6b61a110da91 [file] [log] [blame]
{
"name": "ConvertibleArchiver",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"ConvertibleArchiver",
"ConvertibleArchiver/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Convertible": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}