| { |
| "name": "DDQRCode", |
| "version": "1.0.0", |
| "summary": "DDQRCode like WeChat", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/lcddhr/QRWeiXinDemo", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lcd": "lcddhr@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/lcddhr/QRWeiXinDemo.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "DDQRCode/Classes/*.{h,m}", |
| "public_header_files": "DDQRCode/Classes/*.h", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ] |
| } |