blob: d01bab3b8338d0a922ed6c724e30588c0d6e6a14 [file] [log] [blame]
{
"name": "LayoutHelper",
"version": "0.1.5",
"summary": "A beautiful library used create different device based UI",
"swift_versions": "5.0",
"description": "Layout Helper is created to solve the issue of constraint based layout where the developer are bound by the size classes for the same size for the same size classes but haveing different screen sizes. Layout Helper will give the Developer the freedom to update Constraints, Fonts of various UI element for every single device.",
"homepage": "https://github.com/tryWabbit/Layout-Helper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tryWabbit": "kuldeeptanwar1007@gmail.com"
},
"source": {
"git": "https://github.com/tryWabbit/Layout-Helper.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.3"
},
"source_files": "LayoutHelper/Classes/**/*",
"swift_version": "5.0"
}