blob: a40db9496ba053665ad8c2c63af6434a3663735d [file] [log] [blame]
{
"name": "SugarEdges",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}