blob: e9f4d20c3c680456882bb373893aac6d48d59e5d [file] [log] [blame]
{
"name": "BonMot",
"version": "4.0.rc.1",
"summary": "Beautiful, easy attributed strings in Swift",
"description": "BonMot removes all the mystery from creating beautiful, powerful attributed strings in Swift.",
"homepage": "https://github.com/Raizlabs/BonMot",
"license": "MIT",
"authors": {
"Zev Eisenberg": "zev.eisenberg@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/BonMot.git",
"tag": "4.0.rc.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"
},
"pushed_with_swift_version": "3.0"
}