blob: 4b6d98ede9a8a326105c004185f73daafb9d3fbc [file] [log] [blame]
{
"name": "SCRAttributedStringBuilder",
"version": "1.0.3",
"summary": "Build NSAttributedString in chain",
"description": "SCRAttributedStringBuilder is a NSMutableAttributedString category which can build attributed string in chain, just like 'make' in Masonry, for simplying original redundant way.",
"homepage": "https://github.com/joeshang/SCRAttributedStringBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe Shang": "shangchuanren@gmail.com"
},
"source": {
"git": "https://github.com/joeshang/SCRAttributedStringBuilder.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SCRAttributedStringBuilder/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}