blob: 9eedf87c310c2a4a8168e9945eaaa82f5c9c2873 [file] [log] [blame]
{
"name": "Convertible",
"version": "1.0.1",
"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.1"
},
"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.0.0"
]
}
}