blob: d07484bcbad1e6f11670d5a23db2a3af216eae8a [file] [log] [blame]
{
"name": "ALSLayouts",
"version": "0.2.6",
"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, LinearLayout and RelativeLayout.\nYou can specify layout parameters (constraints) in Interface Builder, or just add by code directly.",
"homepage": "https://github.com/mariotaku/ALSLayouts",
"screenshots": "https://github.com/mariotaku/ALSLayouts/raw/master/Resources/6_layouts.png",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mariotaku Lee": "mariotaku.lee@gmail.com"
},
"source": {
"git": "https://github.com/mariotaku/ALSLayouts.git",
"tag": "0.2.6"
},
"social_media_url": "https://twitter.com/mariotaku",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*"
}