Latest | 1.0.1 |
---|---|
Homepage | https://github.com/codevog/cv-qrcode |
License | GNU LGPL |
Platforms | ios 5.0, requires ARC |
Dependencies | ZBarSDK |
Authors |
CV QRCode
Wraps up QR scanning/recognition functionality into a simple control
Minimum Requirement
iOS 5.0
Installation
via CocoaPods
Install CocoaPods if you do not have it:-
$ [sudo] gem install cocoapods
$ pod setup
Create Podfile:-
$ edit Podfile
platform :ios, '7.0'
pod 'CVQRCode'
$ pod install
Use the Xcode workspace instead of the project from now on.
Author
Codevog
Website
[Codevog] (http://codevog.com/)
License
GNU LGPL v2.1
Latest podspec
{ "name": "CVQRCode", "version": "1.0.1", "summary": "CVQRCode is a viewController for scan QRCode", "description": " A longer description of CVQRCode in Markdown format.n", "homepage": "https://github.com/codevog/cv-qrcode", "license": { "type": "GNU LGPL", "file": "LICENSE" }, "authors": { "Codevog": "http://Codevog.com" }, "platforms": { "ios": "5.0" }, "source": { "git": "https://github.com/codevog/cv-qrcode.git", "tag": "1.0.1" }, "source_files": "QRCodeCodevogViewController/QRCodeCodevogViewController/QRCodeCodevogViewController.{h,m}", "public_header_files": "QRCodeCodevogViewController/QRCodeCodevogViewController/QRCodeCodevogViewController.h", "requires_arc": true, "dependencies": { "ZBarSDK": [] } }
Tue, 01 Mar 2016 00:16:03 +0000