[Add] ZCShareSDK 0.0.21
[CocoaPods.git] / Specs / 8 / a / c / OnPasteboardChange / 1.0.0 / OnPasteboardChange.podspec.json
blobdd3e9f965f0a6967971232f313640f1b5dcf867f
2   "name": "OnPasteboardChange",
3   "version": "1.0.0",
4   "summary": "A SwiftUI View modifier that triggers a callback whenever the pasteboard changes.",
5   "description": "OnPasteboardChange is a SwiftUI View modifier that triggers a callback whenever the pasteboard changes.\nWorks with AppKit and UIKit - perfect for cross-platform projects.",
6   "homepage": "https://github.com/kyle-n/OnPasteboardChange",
7   "license": "MIT",
8   "authors": {
9     "Kyle Nazario": "kylebnazario+opbc@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kyle-n/OnPasteboardChange.git",
13     "tag": "1.0.0"
14   },
15   "source_files": [
16     "Sources",
17     "Sources/**/*.{swift}"
18   ],
19   "swift_versions": "5.3.1",
20   "platforms": {
21     "ios": "14.0",
22     "osx": "11.0.0"
23   },
24   "swift_version": "5.3.1"