[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 4 / SwiftCamScanner / 0.2.0 / SwiftCamScanner.podspec.json
blobe8c2b164090e8fdc1541f00f6eda2711bf8f5d20
2   "name": "SwiftCamScanner",
3   "version": "0.2.0",
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.2.0"
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"