[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 1 / SwiftUPC / 0.0.2 / SwiftUPC.podspec.json
blob9fb795ab390e42f92c20ede43b7220f472b704a2
2   "name": "SwiftUPC",
3   "version": "0.0.2",
4   "summary": "Generate UPC-A barcodes from text.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "swift_versions": "5.1",
10   "description": "Small, lightweight library for generating UPC-A barcodes from text data. Currently provides utilities for parsing\nstructured barcode data from a string representation, as well as a custom UIKit view for displaying barcode data.",
11   "homepage": "https://github.com/hatchedlabs/SwiftUPC",
12   "authors": {
13     "Hatched Labs": "opensource@hatchedlabs.com",
14     "Cory Hawkraven": "cory@hawkraven.me"
15   },
16   "source": {
17     "git": "https://github.com/hatchedlabs/SwiftUPC.git",
18     "tag": "0.0.2"
19   },
20   "platforms": {
21     "ios": "12.0"
22   },
23   "source_files": "SwiftUPC/Classes/**/*",
24   "swift_version": "5.1"