blob: 2ba92f7c0e0246f275734480b34e358e83fc5bca [file] [log] [blame]
{
"name": "ThumbnailGenerator",
"version": "1.0",
"summary": "A swift library to create image thumbnails",
"description": "A swift library consisting of a UIImage extention to create image thumbnails with reduced ratio and file size.",
"homepage": "https://github.com/bcgllc/ThumbnailGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bcgllc": "Burris Consulting Group, LLC"
},
"source": {
"git": "https://github.com/bcgllc/ThumbnailGenerator.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/burrisgroup",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "ThumbnailGenerator/Classes/**/*",
"swift_version": "5.0"
}