blob: fb937bc6ca8568e6b42a2ba5748aacd4dcdeec77 [file] [log] [blame]
{
"name": "EasyPeasy",
"version": "1.6.0",
"summary": "EasyPeasy is a Swift framework that eases the creation of\n Autolayout constraints programmatically",
"description": "EasyPeasy is a Swift framework that lets you create Autolayout constraints\nprogrammatically without headaches and never ending boilerplate code. Besides the\nbasics, **EasyPeasy** resolves most of the constraint conflicts for you and lets\nyou attach to a constraint conditional closures that are evaluated before applying\na constraint, this lets you apply (or not) a constraint depending on platform, size\nclasses, orientation... or the state of your controller, easy peasy!",
"homepage": "https://github.com/nakiostudio/EasyPeasy",
"license": "MIT",
"authors": {
"Carlos Vidal": "nakioparkour@gmail.com"
},
"source": {
"git": "https://github.com/nakiostudio/EasyPeasy.git",
"tag": "1.6.0"
},
"social_media_url": "https://twitter.com/carlostify",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "EasyPeasy/**/*",
"pushed_with_swift_version": "4.0"
}