blob: 78320e939dd02c7c511c9214d638abd15ba19dd0 [file] [log] [blame]
{
"name": "CocoAttributedStringBuilder",
"version": "0.1.1",
"summary": "Pure swift library to build NSAttributedString",
"description": "This pod will help you create NSAttributedString in an easy way",
"homepage": "https://github.com/kiarashvosough1999/CocoAttributedStringBuilder.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kiarashvosough1999": "vosough.k@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kiarashvosough1999/CocoAttributedStringBuilder.git",
"tag": "0.1.1"
},
"source_files": "CocoAttributedStringBuilder/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_versions": [
"5.3",
"5.4",
"5.5"
],
"frameworks": "UIKit",
"swift_version": "5.5"
}