blob: 5aaa9d493a893ec39dd0afd0246c40a6a5fa8367 [file] [log] [blame]
{
"name": "Convertible",
"version": "5.0.2",
"summary": "Swift Framework For Conversions Between JSON, Data And More",
"description": "Converting your basic types and models to-and-from JSON, binary data, etc. is a common task in application development.\nConvertible defines a collection of Swift protocols and implementations that makes the conversion process easy, so you don't have to write boilerplate code.",
"homepage": "https://github.com/bradhilton/Convertible",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/Convertible.git",
"tag": "5.0.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Convertible",
"Convertible/**/*.{swift,h,m}"
],
"requires_arc": true
}