[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / c / LNSimpleOCRKit / 1.1.0 / LNSimpleOCRKit.podspec.json
blob2853f60c08f023146c560237ba4a72e07d34afac
2   "name": "LNSimpleOCRKit",
3   "version": "1.1.0",
4   "summary": "OCR can be simple.",
5   "description": "With this project I tried to simplify, as much em possible, the use of Apple's OCR.",
6   "homepage": "https://github.com/sciasxp/LNSimpleOCRKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luciano.nunes": "sciasxp@gmail.com"
13   },
14   "social_media_url": "https://www.linkedin.com/in/lucianonunesdev/",
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": [
19     "5.3",
20     "5.4",
21     "5.5",
22     "5.6"
23   ],
24   "ios": {
25     "pod_target_xcconfig": {
26       "PRODUCT_BUNDLE_IDENTIFIER": "com.bardonunes.LNSimpleOCRKit"
27     }
28   },
29   "source": {
30     "git": "https://github.com/sciasxp/LNSimpleOCRKit.git",
31     "tag": "1.1.0"
32   },
33   "source_files": [
34     "Sources/LNSimpleOCRKit",
35     "Sources/LNSimpleOCRKit/**/*.{h,m,swift}"
36   ],
37   "requires_arc": true,
38   "swift_version": "5.6"