blob: f1026c81a8c26dd15089af5fb9e3baaf1603a84d [file] [log] [blame]
{
"name": "Swiftstraints",
"version": "1.1.0",
"summary": "Auto Layout In Swift Made Easy",
"description": " Auto layout can be a pain. But it doesn't have to be.\n Swiftstraints makes it easy to write layout constraints in one line of code.\n",
"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": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Swiftstraints",
"Swiftstraints/**/*.{swift,h,m}"
],
"requires_arc": true
}