blob: 7cee612dba0d485b85e5f1f10c9e55c48ebd7949 [file] [log] [blame]
{
"name": "AttributedString.swift",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AttributedString.swift/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}