{ | |
"name": "QRScan", | |
"version": "1.0.1", | |
"summary": "QR code Scan.", | |
"homepage": "https://github.com/ws21san/QRScan", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"王帅": "ws21san@163.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/ws21san/QRScan.git", | |
"tag": "1.0.1" | |
}, | |
"source_files": "*.{h,m}", | |
"exclude_files": "Classes/Exclude", | |
"frameworks": [ | |
"UIKit", | |
"Foundation" | |
], | |
"requires_arc": true | |
} |