blob: 8bdfc4961250c7bbf4858bed6e0299d173e9b248 [file] [log] [blame]
{
"name": "Paralayout",
"version": "0.9",
"license": "Apache License, Version 2.0",
"summary": "Paralayout is a simple set of assistive UI layout utilities. Size and position your UI with pixel-perfect precision. Design will love you!",
"homepage": "https://github.com/square/Paralayout",
"authors": "Square",
"source": {
"git": "https://github.com/square/Paralayout.git",
"tag": "0.9"
},
"source_files": "Paralayout/*.{swift}",
"platforms": {
"ios": "9.0"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "ParalayoutTests/*{.swift}"
}
]
}