blob: e449c215fef674e45be779aa1878fc0a34903f8b [file] [log] [blame]
{
"name": "OzStringKit",
"version": "0.0.3",
"summary": "NSAttributedString creation with Swift 5 string interpolation.",
"homepage": "https://github.com/koznobikhin/OzStringKit",
"license": {
"type": "MIT"
},
"authors": {
"Konstantin Oznobikhin": "koznobikhin@gmail.com"
},
"source": {
"git": "https://github.com/koznobikhin/OzStringKit.git",
"tag": "0.0.3"
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "10.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"
}