| { |
| "name": "SwiftCamScanner", |
| "version": "0.2.0", |
| "summary": "A document scanner that uses OpenCV, in Swift", |
| "description": "Creates scanner apps that can detect rectangles, crop and transformation selected regions", |
| "homepage": "https://github.com/Srinija/SwiftCamScanner", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Srinija Ammapalli", |
| "source": { |
| "git": "https://github.com/Srinija/SwiftCamScanner.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SwiftCamScanner/Classes/**/*", |
| "dependencies": { |
| "OpenCV": [ |
| |
| ] |
| }, |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "3.0" |
| } |