blob: 6a4d0e0d97887011e2c3c7c14557a2c879bda3ca [file] [log] [blame]
{
"name": "SCRAttributedStringBuilder",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"default_subspecs": "All",
"swift_version": "5.0",
"subspecs": [
{
"name": "All",
"dependencies": {
"SCRAttributedStringBuilder/OC": [
],
"SCRAttributedStringBuilder/Swift": [
]
}
},
{
"name": "OC",
"source_files": "Sources/Objective-C/**/*.{h,m}"
},
{
"name": "Swift",
"source_files": "Sources/Swift/**/*.swift"
}
]
}