blob: baa45bb49e64efca02555666446c79bd159298df [file] [log] [blame]
{
"name": "BOString",
"version": "0.10.1",
"summary": "Create NSAttributedString like a boss!",
"homepage": "https://github.com/kovpas/BOString",
"authors": {
"Pavel Mazurin": "kovpas@gmail.com"
},
"source": {
"git": "https://github.com/kovpas/BOString.git",
"tag": "0.10.1"
},
"license": "MIT",
"source_files": "BOString/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"requires_arc": true
}