blob: a836cccf337d8b3453c8dbdcc8b1b86b6179a7d9 [file] [log] [blame]
{
"name": "HHStringAttributes",
"version": "0.1.0",
"summary": "A simple Attributes Library.",
"description": "Makes it way easier to generate attribute dictionaries needed for NSAttributedString.",
"homepage": "https://github.com/WaterSource/HHStringAttributes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"何源": "jamehy@yeah.net"
},
"source": {
"git": "https://github.com/WaterSource/HHStringAttributes.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HHStringAttributes/Classes/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Slash": [
"~> 0.1.4"
]
}
}