4 "summary": "NSAttributedString creation with Swift 5 string interpolation.",
5 "homepage": "https://github.com/koznobikhin/OzStringKit",
10 "Konstantin Oznobikhin": "koznobikhin@users.noreply.github.com"
13 "git": "https://github.com/koznobikhin/OzStringKit.git",
16 "frameworks": "Foundation",
18 "frameworks": "AppKit",
19 "source_files": "Sources/OzStringKit/MacOS/**/*.swift"
36 "source_files": "Sources/OzStringKit/**/*.swift",
41 "swift_versions": "5.0",
42 "description": "OzStringKit leverages ExpressibleByStringInterpolation API from Swift 5\nto allow creation of NSAttributedString objects with simple and concise syntax.",
43 "screenshots": "https://github.com/koznobikhin/OzStringKit/raw/master/demo.png",
44 "swift_version": "5.0"