blob: fdf52808eb7f2f196d59ac741811723d75a1c7a1 [file] [log] [blame]
{
"name": "ScreenGuard",
"version": "0.0.1",
"summary": "Simple lib to protect the app from screen capture and record",
"description": "simple lib to solve most iOS developers pain to protect the screenshot.",
"homepage": "https://github.com/devcracker",
"license": "MIT",
"authors": "devCracker",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.3",
"source": {
"git": "https://github.com/devcracker/ScreenGuard-iOS.git",
"tag": "0.0.1"
},
"source_files": "ScreenGuard/**/*.{swift,m,h}",
"swift_version": "5.3"
}