[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / a / 1 / 4 / SwiftCamScanner / 0.1.1 / SwiftCamScanner.podspec.json
blob3f6bbe107cb35c60dfaf3898c31e36f3c5210660
2   "name": "SwiftCamScanner",
3   "version": "0.1.1",
4   "summary": "A document scanner that uses OpenCV, in Swift",
5   "description": "Creates scanner apps that can detect rectangles, crop and transformation selected regions",
6   "homepage": "https://github.com/Srinija/SwiftCamScanner",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Srinija Ammapalli",
12   "source": {
13     "git": "https://github.com/Srinija/SwiftCamScanner.git",
14     "tag": "0.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "SwiftCamScanner/Classes/**/*",
20   "dependencies": {
21     "OpenCV": [
23     ]
24   },
25   "frameworks": "UIKit",
26   "pushed_with_swift_version": "3.0"