[Add] LiteRTSelectTfOps 0.0.1-nightly.20250101
[CocoaPods.git] / Specs / 0 / 6 / 2 / DOLabel / 2.0 / DOLabel.podspec.json
blob0d0ea7793b773a8c04b44e64d248d76ac7d7173a
2   "name": "DOLabel",
3   "version": "2.0",
4   "summary": "UILabel replacement for iOS and macOS",
5   "homepage": "https://github.com/docterd/dolabel",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Dennis Oberhoff": "dennis@obrhoff.de"
11   },
12   "source": {
13     "git": "https://github.com/docterd/dolabel.git",
14     "tag": "2.0"
15   },
16   "source_files": "Sources/DOLabel/DOLabel.swift",
17   "platforms": {
18     "osx": "10.12",
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "osx": {
23     "frameworks": "AppKit"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "frameworks": "UIKit"
30   },
31   "swift_versions": "5.0",
32   "swift_version": "5.0"