blob: cfebea6aa0285a2bcc5247ffd4d811459d176e4a [file] [log] [blame]
{
"name": "Mag",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "Mag is Framework which wraps NSLayoutAnchor.",
"homepage": "https://github.com/cats-oss/Mag",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/cats-oss/Mag.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"source_files": "Mag/**/*.{h,swift}",
"requires_arc": true,
"swift_version": "5.0"
}