blob: c00c51cdaddc9eee54e1c647db7377ea3a8536fe [file] [log] [blame]
{
"name": "LJAttributedString",
"version": "1.0.1",
"summary": "This is such a NSMutableAttributedString framework.!",
"description": "String class is very rich and great in Swift, but as there is a lot of requirements to have formatted string. Using NSMutableAttributedString and NSAttributedString we can achieve multiple fonts, color, underline, strikethrough, shadow and a lot more. Let’s explore these class…",
"homepage": "https://github.com/lintocj/LJAttributedString",
"license": "MIT",
"authors": {
"Linto Jacob": "lintojacob2009@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/lintocj/LJAttributedString.git",
"tag": "1.0.1"
},
"source_files": "LJAttributedString/**/*.swift",
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}