[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 5 / a / BarcodeEasyScan / 0.2.0 / BarcodeEasyScan.podspec.json
blob666a1bd0f43645e26155aa5981eb616fe83456ac
2   "name": "BarcodeEasyScan",
3   "version": "0.2.0",
4   "summary": "Scan barcode and QR code with few lines of swift. No xib or storyboards",
5   "description": "Scan your barcode by implementing a delegate which provides the string result. No need to write boilerplate codes. Just install the pod, and implement a delegate.",
6   "homepage": "https://github.com/harshalrj25/BarcodeEasyScan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "harshalrj25": "harshalrj25@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/harshalrj25/BarcodeEasyScan.git",
16     "tag": "0.2.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "BarcodeEasyScan/Classes/**/*"