Latest | 1.0.0 |
---|---|
Homepage | https://github.com/IvanChan/ICQRCode |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | UIKit, MobileCoreServices |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ICQRCode is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ICQRCode"
Author
_ivanC
License
ICQRCode is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ICQRCode", "version": "1.0.0", "summary": "QRCode scan & generate feature.", "description": "QRCode scan & generate feature, base on system API.", "homepage": "https://github.com/IvanChan/ICQRCode", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "_ivanC": "_ivanC" }, "source": { "git": "https://github.com/IvanChan/ICQRCode.git", "tag": "1.0.0" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "ICQRCode/Classes/**/*", "public_header_files": "ICQRCode/Classes/**/*.h", "frameworks": [ "UIKit", "MobileCoreServices" ] }
Mon, 24 Apr 2017 14:40:08 +0000