blob: 9cf346a47794d7cfc15eb0784b2e789812a4fcc2 [file] [log] [blame]
{
"name": "JPCLayoutToolbox",
"version": "0.1.0",
"summary": "iOS autolayout made simple for basic layouts.",
"description": " Managing views with iOS auto layout can be tedious. This is a collection of extensions to make simple layouts easier.\n",
"homepage": "https://github.com/jpchmura/JPCLayoutToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jon Chmura",
"social_media_url": "http://twitter.com/jpchmura",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jpchmura/JPCLayoutToolbox.git",
"tag": "v0.1.0"
},
"source_files": "Source/*.swift"
}