blob: 51b772c4a152cd9f46231631193e59e43c4ed542 [file] [log] [blame]
{
"name": "ElegantAttributedStrings",
"version": "1.0.0",
"summary": "Easy to use extension for creating attributed strings.",
"description": "This project provides an easy to use extension for creating attributed strings. Instead of searching the Apple documentation for the relevant keys and values for each attribute, this project provides a ready-to-use enum with properly typed associated values.",
"homepage": "https://gitlab.com/ZachMiller/ElegantAttributedStrings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zach Miller": "zach@200apps.co"
},
"source": {
"git": "https://gitlab.com/ZachMiller/ElegantAttributedStrings.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ElegantAttributedStrings/Main_Files/*"
}