blob: 9d1e8c35b74688419474cda634c4b89f778bcd40 [file] [log] [blame]
{
"name": "MTStringAttributes",
"version": "0.0.3",
"summary": "Makes it way easier to generate attribute dictionaries needed for NSAttributedString (on iOS).",
"homepage": "https://github.com/mysterioustrousers/MTStringAttributes",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTStringAttributes.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "MTStringAttributes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Slash": [
"~> 0.1"
]
}
}