blob: bd8d4ac163cf515fc63aa2a8110cb8da467c6484 [file] [log] [blame]
{
"name": "QuickResponse",
"version": "0.0.1",
"summary": "A simple QR code generator.",
"description": "A simple QR code generator for iOS.",
"homepage": "https://github.com/tnantoka/QuickResponse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tnantoka": "tnantoka@bornneet.com"
},
"social_media_url": "https://twitter.com/tnantoka",
"platforms": {
"ios": "9.2"
},
"source": {
"git": "https://github.com/tnantoka/QuickResponse.git",
"tag": "v0.0.1"
},
"source_files": "QuickResponse/*.{h,m,swift}",
"public_header_files": "QuickResponse/*.h",
"frameworks": "Foundation"
}