blob: 266c9c20eb488a10c2eeaa557629c03157e61a8b [file] [log] [blame]
{
"name": "QRSwift",
"version": "0.1.0",
"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": "http://twitter.com/ChrisAmanse",
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/chrisamanse/QRSwift.git",
"tag": "v0.1.0"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true
}