[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 9 / ScanditParser / 6.7.2 / ScanditParser.podspec.json
blob2a60796284369034bdc8ec9af21dde7b93b2c74d
2   "name": "ScanditParser",
3   "version": "6.7.2",
4   "homepage": "https://www.scandit.com",
5   "documentation_url": "https://docs.scandit.com/data-capture-sdk/ios/",
6   "license": {
7     "text": "Copyright 2019- Scandit",
8     "type": "Commercial"
9   },
10   "authors": {
11     "Scandit AG": "support@scandit.com"
12   },
13   "summary": "The Scandit Parser Library parses data strings, e.g. as found in barcodes, into a set of key-value mappings.",
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "http": "https://ssl.scandit.com/sdk/download/scandit-datacapture-ios-parser-6.7.2.zip"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "module_name": "ScanditParser",
28   "source_files": "ScanditParser.framework/Headers/*.h",
29   "public_header_files": "ScanditParser.framework/Headers/*.h",
30   "vendored_frameworks": "ScanditParser.framework",
31   "dependencies": {
32     "ScanditCaptureCore": [
33       "= 6.7.2"
34     ]
35   }