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