blob: 8ca30cd6724a922fdb8fcc67dd4fd257f150cfd5 [file] [log] [blame]
{
"name": "QRSwift",
"version": "0.4.1",
"summary": "Swift framework for generating QR codes",
"description": "QRSwift is a Swift framework for generating QR codes.",
"homepage": "https://github.com/chrisamanse/QRSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Chris Amanse",
"social_media_url": "https://twitter.com/ChrisAmanse",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10"
},
"source": {
"git": "https://github.com/chrisamanse/QRSwift.git",
"tag": "0.4.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}