| { |
| "name": "QRCodeLibrary", |
| "version": "0.0.1", |
| "summary": "QRCodeLibrary is a high level request util based on AVFoundation", |
| "homepage": "https://github.com/chengshiliang/QRCodeLibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chengshiliang": "285928582@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/chengshiliang/QRCodeLibrary.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "QRCodeLibrary/*.{h,m}", |
| "resources": "Bundle/*", |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.2" |
| ] |
| } |
| } |