[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 7 / SNScanViewController / 0.1.3 / SNScanViewController.podspec.json
blob59dd6cf40ae1a33a7b6b9df93c85c860206724c7
2   "name": "SNScanViewController",
3   "version": "0.1.3",
4   "summary": "Scanning view controller.",
5   "description": "Scanning view controllers using AVFoundation",
6   "homepage": "https://github.com/snlo/SNScanViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNScanViewController.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "SNScanViewController/SNScanViewController/*.{h,m}",
22   "resources": [
23     "SNScanViewController/SNScanViewController/**/*.{xcassets,xib,md,storyboard,plist,bundle,json,html,svg,ttf,strings,js,css,scss,png,pdf,}"
24   ],
25   "requires_arc": true,
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "dependencies": {
30     "SNTool": [
32     ],
33     "Masonry": [
35     ]
36   }