blob: 3b31645bc4c983792fd759247b0c9e10e48a44ca [file] [log] [blame]
{
"name": "swift_qrcodejs",
"version": "1.1.2",
"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.2"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"frameworks": "Foundation",
"swift_version": "5.0"
}