[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / c / ImageDetect / 1.1.0 / ImageDetect.podspec.json
blob19ebcf55dd7d79445c2f87802e3e082bf195f752
2   "name": "ImageDetect",
3   "version": "1.1.0",
4   "summary": "Crop faces, inside of your image, with Vision Api",
5   "description": "ImageDetect is a library developed on Swift. With ImageDetect you can easily detect and crop faces, texts or barcodes in your image with iOS 11 Vision api.",
6   "homepage": "https://github.com/Feghal/ImageDetect",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arthur Sahakyan": "feghaldev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Feghal/ImageDetect.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "ImageDetect/Classes/**/*",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Vision"
25   ],
26   "pushed_with_swift_version": "3.1"