[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 7 / c / b / SwiftyTesseractRTE / 1.1.0 / SwiftyTesseractRTE.podspec.json
blob9bf91aa1a2dbf8090af3106058bf0dc26ecf5e42
2   "name": "SwiftyTesseractRTE",
3   "version": "1.1.0",
4   "summary": "A real-time optical character recognition engine built on top of SwiftyTesseract.",
5   "description": "SwiftyTesseractRTE is an out-of-the-box solution for real-time optical character recognition. \nAdd SwiftyTesseractRTE to your project and you'll be performing OCR via a live camera \nfeed in just a few lines of code.",
6   "platforms": {
7     "ios": "10.0"
8   },
9   "homepage": "https://github.com/SwiftyTesseract/SwiftyTesseractRTE",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Steven Sherry": "steven.sherry@affinityforapps.com"
16   },
17   "source": {
18     "git": "https://github.com/SwiftyTesseract/SwiftyTesseractRTE.git",
19     "tag": "1.1.0"
20   },
21   "social_media_url": "https://twitter.com/steven_0351",
22   "source_files": "SwiftyTesseractRTE/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "AVFoundation"
26   ],
27   "dependencies": {
28     "SwiftyTesseract": [
29       "~> 1.0"
30     ]
31   }