blob: b6b30fa22f054a7de61e901a520bee3a4e7f4cd2 [file] [log] [blame]
{
"name": "AttributedLib",
"version": "2.2.1",
"summary": "Modern Swift µframework for attributed strings.",
"description": "A Modern interface for attributed strings.\n\nMake working with attributed strings simple and safe. \nThis is a light-weight third party alternative to the \nexisting inconvinient and error prone programming interface\nto `NSAttributedString`.",
"homepage": "https://github.com/Nirma/Attributed",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Maccharoli": "nmaccharoli@gmail.com"
},
"source": {
"git": "https://github.com/Nirma/Attributed.git",
"tag": "2.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Attributed/*.swift"
}