blob: f65e9e8372c49f041c0b4697ce33ef6a263b7cf5 [file] [log] [blame]
{
"name": "SCRAttributedStringBuilder",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SCRAttributedStringBuilder/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}