blob: 40edd2a95338346537a7413a44d5a0e084d22ad7 [file] [log] [blame]
{
"name": "SwiftLayoutConstraints",
"version": "1.0.0",
"summary": "Expressive NSLayoutConstraint for Swift",
"description": "Create NSLayoutConstraints with expressive equations in Swift.",
"homepage": "https://github.com/ahmadbaraka/SwiftLayoutConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Baraka": "ah-baraka@live.com"
},
"source": {
"git": "https://github.com/ahmadbaraka/SwiftLayoutConstraints.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftLayoutConstraints/Classes/**/*"
}