2 "name": "SCRAttributedStringBuilder",
4 "summary": "Build NSAttributedString in chain",
5 "description": "SCRAttributedStringBuilder is a NSMutableAttributedString category which can build attributed string in chain, just like 'make' in Masonry, for simplying original redundant way.",
6 "homepage": "https://github.com/joeshang/SCRAttributedStringBuilder",
12 "Joe Shang": "shangchuanren@gmail.com"
15 "git": "https://github.com/joeshang/SCRAttributedStringBuilder.git",
22 "swift_versions": "5.0",
23 "default_subspecs": "All",
24 "swift_version": "5.0",
29 "SCRAttributedStringBuilder/OC": [
32 "SCRAttributedStringBuilder/Swift": [
39 "source_files": "Sources/Objective-C/**/*.{h,m}"
43 "source_files": "Sources/Swift/**/*.swift"