blob: a56a129084ab4e86ebfb60851e2cd0dce4ba4921 [file] [log] [blame]
{
"name": "NSAttributedStringChain",
"version": "0.0.1",
"summary": "链式生成NSAttributedString",
"homepage": "https://github.com/ONECATYU/NSAttributedStringChain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ONECATYU/NSAttributedStringChain.git",
"tag": "0.0.1"
},
"source_files": [
"NSAttributedStringChain",
"NSAttributedStringChain/**/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}