blob: 6c01ebd7ebd83d4cdcdb5bd00403d78c4fb4e169 [file] [log] [blame]
{
"name": "ScreenshotSharer",
"version": "1.0.0",
"summary": "ScreenshotSharer is a little Swift 4.2 pod that enables users to share screenshot image quickly.",
"description": "ScreenshotSharer is a little Swift 4.2 pod that enables users to share a spesific part of view or whole screen when they took a screenshot. It's heavly inspired from Asos app and highly customizable.",
"homepage": "https://github.com/yagiz/ScreenshotSharer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yagiz": "yagizgurgul@gmail.com"
},
"source": {
"git": "https://github.com/yagiz/ScreenshotSharer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*.{swift,xib,png}"
}