blob: 119ab991fb0ac0bd7a45d1370114e2389ffc421f [file] [log] [blame]
{
"name": "swift_qrcodejs",
"version": "1.1.0",
"summary": "Cross-appleOS SIMPLE QRCode generator for swift, modified based on qrcodejs.",
"description": "No CIFilter on watchOS? Then we generate QRCode without it ourselves!\nswift_qrcodejs is a cross-appleOS simple QRCode generator for swift, modified based on qrcodejs.",
"homepage": "https://github.com/ApolloZhu/swift_qrcodejs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApolloZhu": "public-apollonian@outlook.com"
},
"social_media_url": "http://github.com/ApolloZhu",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ApolloZhu/swift_qrcodejs.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "4.2",
"frameworks": "Foundation"
}