blob: 443321a766297fc1e83f4f37bf88f5420e8401eb [file] [log] [blame]
{
"name": "SnapLayout",
"version": "0.1.0",
"summary": "Concise API for iOS & OS X Auto Layout",
"description": "# SnapLayout\nConcise API for iOS & OS X Auto Layout. SnapLayout extends `UIView` to deliver a list of APIs to improve readability while also shortening constraint code. Internally using AutoLayout to provide the best experience.",
"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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SnapLayout/Classes/**/*"
}