blob: 7d65d8c1ba300c26932511cda58204bac71a19ee [file] [log] [blame]
{
"name": "yavfl",
"version": "0.1.1",
"summary": "yavfl is a Yet Anoter Visual Format Language for Auto Layout, written in Swift",
"homepage": "https://github.com/safx/yavfl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MATSUMOTO Yuji": "safxdev@gmail.com"
},
"source": {
"git": "https://github.com/safx/yavfl.git",
"tag": "0.1.1"
},
"source_files": "yavfl.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}