blob: f6aa7587d8529849c9e964594fd7805f6e23932a [file] [log] [blame]
{
"name": "NeatLayout",
"version": "1.1.0",
"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": "1.1.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": "NeatLayout/Source/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}