[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / 2 / DOLabel / 1.2 / DOLabel.podspec.json
blobe42509d2812207f044e9c7f3368989dba649fbfc
2   "name": "DOLabel",
3   "version": "1.2",
4   "summary": "UILabel replacement for 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": "1.2"
15   },
16   "source_files": [
17     "Classes/DOLabel.swift",
18     "Classes/DOLayer.swift"
19   ],
20   "ios": {
21     "source_files": "Classes/DOLabel-iOS.swift",
22     "frameworks": "UIKit"
23   },
24   "osx": {
25     "source_files": "Classes/DOLabel-OSX.swift",
26     "frameworks": "AppKit"
27   },
28   "platforms": {
29     "osx": "10.11",
30     "ios": "8.0"
31   },
32   "swift_version": "4.0"