blob: 759b70311b9c73b891533d27003403b54a13ee83 [file] [log] [blame]
{
"name": "FluentConstraints",
"version": "1.0",
"summary": "A nicer way to build Auto Layout constraints in Swift",
"homepage": "https://github.com/northwoodspd/FluentConstraints",
"license": "MIT",
"authors": {
"Steve Madsen": "steve.madsen@teamnorthwoods.com"
},
"source": {
"git": "https://github.com/northwoodspd/FluentConstraints.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "FluentConstraints/*.swift",
"requires_arc": true
}