blob: 531a1378111e1e2076934fb7f1c9fa2582744966 [file] [log] [blame]
{
"name": "OzStringKit",
"version": "0.0.5",
"summary": "NSAttributedString creation with Swift 5 string interpolation.",
"homepage": "https://github.com/koznobikhin/OzStringKit",
"license": {
"type": "MIT"
},
"authors": {
"Konstantin Oznobikhin": "koznobikhin@users.noreply.github.com"
},
"source": {
"git": "https://github.com/koznobikhin/OzStringKit.git",
"tag": "0.0.5"
},
"frameworks": "Foundation",
"osx": {
"frameworks": "AppKit"
},
"ios": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/OzStringKit/**/*.swift",
"exclude_files": [
"iOS Example/**/*.*",
"Tests/**/*.swift"
],
"swift_versions": "5.0",
"description": "OzStringKit leverages ExpressibleByStringInterpolation API from Swift 5\nto allow creation of NSAttributedString objects with simple and concise syntax.",
"screenshots": "https://github.com/koznobikhin/OzStringKit/raw/master/demo.png",
"swift_version": "5.0"
}