blob: d5618057fecfee007be884f7efa7b22945dd3f2e [file] [log] [blame]
{
"name": "SugarEdges",
"version": "0.0.3",
"summary": "Syntactic sugar for init UIEdgeInsets and other similar objects",
"description": "This framework provides the protocol ExpressibleByEdgesDictionaryLiteral in order to be used with other custom types.",
"homepage": "https://github.com/acecilia/SugarEdges",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andres Cecilia Luque": "a.cecilia.luque@gmail.com"
},
"source": {
"git": "https://github.com/acecilia/SugarEdges.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}