[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / d / 1 / SwiftUPC / 0.0.3 / SwiftUPC.podspec.json
blob22b03b61aca8dfcc020aa66fc734075db201518c
2   "name": "SwiftUPC",
3   "version": "0.0.3",
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 custom UIKit and SwiftUI views 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.3"
19   },
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "SwiftUPC/Classes/**/*",
24   "swift_version": "5.1"