blob: 7b8a2c5257d078c79206bfc4d2377c96021db07e [file] [log] [blame]
{
"name": "SwiftyAttributes",
"version": "3.0.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 and modify 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": "v3.0.0"
},
"source_files": "SwiftyAttributes/*.swift",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}