blob: db811660a8353951e7ad796ecac96f18eac2c531 [file] [log] [blame]
{
"name": "ALSLayouts",
"version": "0.1.9",
"summary": "AutoLayout Alternative ported from Android",
"description": "If you need a good AutoLayout alternative, try ALSLayouts.\nIt provides several layout ported from Android, like FrameLayout and RelativeLayout.\nYou can specify layout parameters (constraints) in Interface Builder, or just add by code directly.",
"homepage": "https://github.com/mariotaku/ALSLayouts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mariotaku Lee": "mariotaku.lee@gmail.com"
},
"source": {
"git": "https://github.com/mariotaku/ALSLayouts.git",
"tag": "0.1.9"
},
"social_media_url": "https://twitter.com/mariotaku",
"platforms": {
"ios": "8.0"
},
"source_files": "ALSLayouts/Classes/**/*"
}