[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / d / 1 / SwiftUPC / 0.0.1 / SwiftUPC.podspec.json
blobddc6790acd8ef757c01e8e3ac02ac11ac7fc2681
2   "name": "SwiftUPC",
3   "version": "0.0.1",
4   "summary": "Generate UPC-A barcodes from text.",
5   "swift_versions": "5.1",
6   "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.",
7   "homepage": "https://github.com/hatchedlabs/SwiftUPC",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Hatched Labs": "ios-dev@hatchedlabs.com",
14     "Cory Juhlin": "cory@hatchedlabs.com"
15   },
16   "source": {
17     "git": "https://github.com/hatchedlabs/SwiftUPC.git",
18     "tag": "0.0.1"
19   },
20   "platforms": {
21     "ios": "12.0"
22   },
23   "source_files": "SwiftUPC/Classes/**/*",
24   "swift_version": "5.1"