blob: 666392c07ff48c2b5879883148a556efd8d3363a [file] [log] [blame]
{
"name": "AttributedString.swift",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AttributedString.swift/Classes/**/*"
}