blob: 4c3f22a6169e1bdc00cbf40b1ce16bef14d7032f [file] [log] [blame]
{
"name": "ElegantAttributedStrings",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ElegantAttributedStrings/Main_Files/*"
}