blob: 4455069d5fa66470186e50addb6e423eb1eec45d [file] [log] [blame]
{
"name": "FluentConstraints",
"version": "0.0.2",
"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": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "FluentConstraints/*.swift",
"requires_arc": true
}