blob: 80737dfabd6fdfd80fc81ed22a321c5f27f41f82 [file] [log] [blame]
{
"name": "TATLayout",
"version": "0.1.0",
"license": "MIT",
"summary": "An expressive, simple yet poweful way for coding layout constraints in iOS.",
"homepage": "https://github.com/cromandini/TATLayout",
"authors": {
"Claudio Romandini": "cromandini@me.com"
},
"source": {
"git": "https://github.com/cromandini/TATLayout.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "TATLayout/TATLayout/*.{h,m}",
"public_header_files": "TATLayout/TATLayout/*.h"
}