blob: ed650d05b6391c7c6146f264624687832045f6bf [file] [log] [blame]
{
"name": "Convertible",
"version": "1.0.7",
"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": "1.0.7"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Convertible",
"Convertible/**/*.{swift,h,m}"
],
"ios": {
"exclude_files": "Convertible/**/NSImage+Convertible.swift"
},
"osx": {
"exclude_files": "Convertible/**/UIImage+Convertible.swift"
},
"requires_arc": true,
"dependencies": {
"Allegro": [
"~> 1.1.0"
]
}
}