blob: 044330be89db348073cd864da9607e27cf9223e3 [file] [log] [blame]
{
"name": "NeatLayout",
"version": "0.1.2",
"summary": "UIView extension for simple constraint-adding syntax.",
"description": "Provides methods for adding constraints in code with easy syntax similar to one of PureLayout.",
"homepage": "https://github.com/nitrey/NeatLayout",
"license": {
"type": "MIT",
"file": "NeatLayout/LICENSE"
},
"authors": {
"Antonov Alexander": "aa@finch-melrose.com"
},
"source": {
"git": "https://github.com/nitrey/NeatLayout.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "NeatLayout/Source/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}