blob: 544d261c4c1bbd7dc17be5f78ab1f965a137f94c [file] [log] [blame]
{
"name": "Relayout",
"version": "1.1.0",
"summary": "Swift microframework for declaring Auto Layout constraints functionally",
"description": "Relayout is a Swift microframework to make using Auto Layout easier with static and dynamic layouts.\nInstead of trying to hold references to specific constraints and mutating them when your state\nchanges, create a single object that returns all the constraints you need for any given UI state.\nRelayout will apply those new constraints automatically as needed. This makes it super easy to create\nreally dynamic layouts that change or react to UI state changes using Auto Layout.",
"homepage": "https://github.com/stevestreza/Relayout",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": "Steve Streza",
"social_media_url": "https://twitter.com/SteveStreza",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/stevestreza/Relayout.git",
"tag": "1.1.0"
},
"source_files": [
"Framework",
"Framework/**/*.swift"
],
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
}