[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / d / b / a / MBBlinkCard / 2.0.0 / MBBlinkCard.podspec.json
blob0d26a61cd77740bdbb25214cd329e5382add649d
2   "name": "MBBlinkCard",
3   "version": "2.0.0",
4   "summary": "A delightful component for payment card scanning",
5   "homepage": "http://microblink.com",
6   "description": "BlinkCard SDK is a delightful component for quick and easy scanning of payment cards. The SDK is powered with         [Microblink's](http://www.microblink.com) industry-proven and world leading OCR and barcode scanning technology, and offers:\n\n- integrated camera management\n- layered API, allowing everything from simple integration to complex UX customizations.\n- lightweight and no internet connection required\n- enteprise-level security standards\n\nBlinkCard is a part of family of SDKs developed by [Microblink](http://www.microblink.com) for optical text recognition, barcode scanning, ID document scanning, payment card scanning and many others.",
7   "license": {
8     "type": "commercial",
9     "text": "                © 2013-2019 Microblink Ltd. All rights reserved.\n"
10   },
11   "authors": {
12     "Microblink": "info@microblink.com"
13   },
14   "source": {
15     "http": "https://github.com/BlinkCard/blinkcard-ios/releases/download/v2.0.0/blinkcard-ios_v2.0.0.tar.gz"
16   },
17   "platforms": {
18     "ios": "9.0.0"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "ios": {
27     "requires_arc": false,
28     "vendored_frameworks": "BlinkCard.xcframework",
29     "frameworks": [
30       "Accelerate",
31       "AVFoundation",
32       "AudioToolbox",
33       "AssetsLibrary",
34       "CoreMedia"
35     ],
36     "libraries": [
37       "c++",
38       "iconv",
39       "z"
40     ]
41   }