blob: 58f322258ccc19e51281fc0ecdbc202d005e6bdd [file] [log] [blame]
{
"name": "FrameLayout",
"version": "0.1",
"homepage": "https://github.com/Polidea/FrameLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pawel Scibek": "pawel.scibek@polidea.com"
},
"source": {
"git": "https://github.com/Polidea/FrameLayout.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Framework/**/*",
"summary": "FrameLayout is a tool for positioning, sizing and arranging views without using CGRects."
}