blob: c07e958df393ca73c463b17fe8fe648d18e1cced [file] [log] [blame]
{
"name": "GEQRCodeView",
"version": "0.0.3",
"summary": "QRCode scanning ViewController for ios6/7",
"description": " A longer description of GEQRCodeView in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/lerosua/GEQRCodeView",
"license": "MIT",
"authors": {
"lerosua": "lerosua+github@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lerosua/GEQRCodeView.git",
"tag": "0.0.3"
},
"source_files": [
"GEQRCodeView/core",
"GEQRCodeView/core/**/*.{h,m}"
],
"resources": "GEQRCodeView/resource/*.png",
"requires_arc": true,
"dependencies": {
"ZBarSDK": [
"~> 1.3.1"
],
"libqrencode": [
"~> 3.4.2"
]
}
}