blob: 2cb21b672259794a739f1ed3653d41b8aa3f9b5c [file] [log] [blame]
{
"name": "Mag",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"source_files": "Mag/**/*.{h,swift}",
"requires_arc": true,
"swift_version": "5.0"
}