blob: 6987ad416cffb504f60e77074d508f8eae9ed9e3 [file] [log] [blame]
{
"name": "BonMot",
"version": "0.0.1",
"summary": "An Objective-C attributed string generation library.",
"description": " BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.\n",
"homepage": "https://github.com/ZevEisenberg/BonMot",
"license": "MIT",
"authors": {
"Zev Eisenberg": "zev.eisenberg@raizlabs.com"
},
"source": {
"git": "https://github.com/ZevEisenberg/BonMot.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/ZevEisenberg",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BonMot": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}