blob: 423c65af1a0365ed4b5c6eba6de1add556116b23 [file] [log] [blame]
{
"name": "QRKit",
"version": "1.0.0",
"summary": "A framework written for iOS for beginners using QR code scanning and generating them",
"description": "A QR code framework written in swift for iOS that aids in generating and reading QR codes",
"homepage": "https://github.com/Drewdubeast/QRKit",
"license": "MIT",
"authors": {
"Drew Wilken": "hdwdrew@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/Drewdubeast/QRKit.git",
"tag": "1.0.0"
},
"source_files": "QRKit/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}