blob: db26f68b30043efcc6367b33db73c716c71e0c61 [file] [log] [blame]
{
"name": "SnapLayout",
"version": "1.3.0",
"summary": "Concise API for iOS Auto Layout",
"description": "# SnapLayout\nConcise API for iOS Auto Layout. SnapLayout extends `UIView` to deliver a list of APIs to improve\n readability while also shortening constraint code. Internally uses AutoLayout to provide the best \n experience. With SnapLayout, developers can remove boilerplate code but not at the cost of readability.\n\nImagine applying any or all of the following constraints in one line of code: top, leading, trailing, \nbottom, width, height, centerX, centerY. This is possible with `SnapLayout`.",
"homepage": "https://github.com/sp71/SnapLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Satinder Singh": "satindersingh71@gmail.com"
},
"source": {
"git": "https://github.com/sp71/SnapLayout.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SnapLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}