blob: f705461a23739216c73bfc46261f32f163e9e33c [file] [log] [blame]
{
"name": "MTStringAttributes",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "MTStringAttributes/*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Slash": [
"~> 0.0.1"
]
}
}