blob: 89059008636631c1e6f37289c4770535f118f48c [file] [log] [blame]
{
"name": "SwiftyAttributes",
"version": "2.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": "v2.0"
},
"source_files": "SwiftyAttributes/*.swift",
"platforms": {
"ios": "9.0"
}
}