blob: 09753021279c9a232639a27308bc05b064342e64 [file] [log] [blame]
{
"name": "Swiftstraints",
"version": "2.0.2",
"summary": "Auto Layout Made Easy",
"description": "Write auto layout constraints in a single line of code.",
"homepage": "https://github.com/Skyvive/Swiftstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad.hilton.nw@gmail.com"
},
"source": {
"git": "https://github.com/Skyvive/Swiftstraints.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source_files": [
"Swiftstraints",
"Swiftstraints/**/*.{swift,h,m}"
],
"requires_arc": true
}