blob: 1da0718d716ec989f19ebf73fd835275baf0e638 [file] [log] [blame]
{
"name": "GXQRCodeGenerator",
"swift_version": "4.0",
"version": "1.0.1",
"summary": "Generates QRCode by input string",
"description": "Generate QRCodes and customize their appearance.",
"homepage": "https://github.com/MonkeySolution/GXQRCodeGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Majid Hatami Aghdam": "email@address.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MonkeySolution/GXQRCodeGenerator.git",
"tag": "1.0.1"
},
"source_files": [
"GXCodeCode",
"GXQRCode/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}