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