blob: a24f01138fc9785b45ff4fa3d5a6e60096419b01 [file] [log] [blame]
{
"name": "AttributedString.swift",
"version": "1.0.1",
"summary": "A simple swifty extension wrapper for NSAttributedString or NSMutableAttributedString",
"description": "A simple swifty extension wrapper for NSAttributedString or NSMutableAttributedString to make them much easier to use.",
"homepage": "https://github.com/michaelhenry/AttributedString.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelhenry": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/AttributedString.swift.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AttributedString.swift/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}