blob: 05815fda63b48410a1b46411b4094be6386b63fe [file] [log] [blame]
{
"name": "AttributedStringSugar",
"version": "1.0.3",
"swift_versions": "5.0",
"summary": "NSAttributedString sugar using builder pattern.",
"description": "NSAttributedString sugar using builder pattern\nusing like this\n```swift\n let text = \"Hello\".attribute\n .systemFont(ofSize: 20, weight: .bold)\n .paragraphStyle(alignment: .center)\n```",
"homepage": "https://github.com/ElonPark/AttributedStringSugar",
"screenshots": "https://user-images.githubusercontent.com/13270453/77228119-7348bf00-6bc8-11ea-95c4-06c624ff8ca3.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elon": "sungwoon.park92@gmail.com"
},
"source": {
"git": "https://github.com/ElonPark/AttributedStringSugar.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AttributedStringSugar/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}