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