blob: b06b957c6c4a328f412a70e258eb3247873791bd [file] [log] [blame]
{
"name": "SugarEdges",
"version": "0.0.4",
"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": {
"Andrés Cecilia Luque": "a.cecilia.luque@gmail.com"
},
"source": {
"git": "https://github.com/acecilia/SugarEdges.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}