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