[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 4 / CodeHunter / 1.0.1 / CodeHunter.podspec.json
blob4ed99cd12820611729b8d2e6044e4253eb296e38
2   "name": "CodeHunter",
3   "version": "1.0.1",
4   "summary": "A drop in pod that allows you to customize a barcode scanner & specify criteria for the barcode",
5   "description": "This allows you to specify both the type(s) of barcode(s) you want to accept, as well as specify criteria around what they can contain. Specifying type is done through the Barcode enum, which aligns with the supported types AVFoundation has. You can specify acceptable barcode values by either providing parameters to two prebuilt methods, or you can provide your own custom regex expression for more complex values. This pod is also able to determine if it is being run against a simulator, and will avoid launching the scanner if it is.",
6   "homepage": "https://github.com/seanmcneil/CodeHunter",
7   "license": "MIT",
8   "authors": {
9     "Sean McNeil": "mcneilsean@noname.com"
10   },
11   "source": {
12     "git": "https://github.com/seanmcneil/CodeHunter.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "CodeHunter/Classes/**/*",
19   "pushed_with_swift_version": "3.0"