blob: 81c840de099be2e0071c2ee0820b21844e6f8aa3 [file] [log] [blame]
{
"name": "Viewtilities",
"version": "0.1.0",
"summary": "A collection of useful UIView utilities.",
"platforms": {
"ios": "11.0"
},
"description": "A collection of useful UIView utilities. These utility methods are meant to speed up\nyour workflow by abstracting common extension methods into a library.",
"homepage": "https://github.com/gtokman/Viewtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gtokman": "hello@garytokman.me"
},
"source": {
"git": "https://github.com/gtokman/Viewtilities.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bestgaryever",
"source_files": "Viewtilities/**/*.{swift}",
"frameworks": "UIKit",
"swift_version": "4.2"
}