blob: 7fe1515ade239c825f5de1cdd296daa6ebca69c5 [file] [log] [blame]
{
"name": "BonMot",
"version": "5.5.1",
"summary": "Beautiful, easy attributed strings in Swift",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"description": "BonMot removes all the mystery from creating beautiful, powerful attributed strings in Swift.",
"homepage": "https://github.com/Rightpoint/BonMot",
"license": "MIT",
"authors": {
"Zev Eisenberg": "zev@zeveisenberg.com"
},
"source": {
"git": "https://github.com/Rightpoint/BonMot.git",
"tag": "5.5.1"
},
"social_media_url": "https://twitter.com/ZevEisenberg",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.2"
},
"ios": {
"source_files": "Sources/**/*.swift"
},
"tvos": {
"source_files": "Sources/**/*.swift"
},
"osx": {
"source_files": "Sources/*.swift"
},
"watchos": {
"source_files": "Sources/*.swift"
},
"swift_version": "5.0"
}