blob: 5c40d09fe4b479641ca5933fb7a0961aceebc7d9 [file] [log] [blame]
{
"name": "ScalableLayoutKit",
"version": "1.1",
"summary": "A lightweight, pure-Swift library for scaling the consistent across any screen size to make consistent UI.",
"homepage": "https://github.com/keshavvishwkarma/ScalableLayoutKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"keshavvishwkarma": "keshavvbe@gmail.com"
},
"social_media_url": "https://twitter.com/keshav_Vishwkar",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/keshavvishwkarma/ScalableLayoutKit.git",
"tag": "1.1"
},
"source_files": "Sources/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}