blob: 25c4175ac2a8b96fbe2f4706c1f74365634ae9ba [file] [log] [blame]
{
"name": "SwiftyAttributes",
"version": "1.0",
"summary": "Swift extensions that make it a breeze to work with attributed strings.",
"description": "SwiftyAttributes provides extensions for the String and NSAttributedString classes that make it easier to create attributed strings.",
"homepage": "https://github.com/eddiekaiger/SwiftyAttributes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eddie Kaiger": "eddiekaiger@gmail.com"
},
"source": {
"git": "https://github.com/eddiekaiger/SwiftyAttributes.git",
"tag": "v1.0"
},
"source_files": "SwiftyAttributes.swift",
"platforms": {
"ios": "8.0"
}
}