blob: b9e18e876f37726f20fe9de31df9fb20580c6b2a [file] [log] [blame]
{
"name": "AttributedStringBuilder",
"version": "1.1",
"summary": "Easy Attributed Strings",
"description": "Attributed String Builder makes it easy to create NSAttributedStrings with a 'swifty' syntax",
"homepage": "https://github.com/SteveBarnegren/AttributedStringBuilder",
"license": "MIT",
"authors": {
"Steve Barnegren": "steve.barnegren@gmail.com"
},
"source": {
"git": "https://github.com/SteveBarnegren/AttributedStringBuilder.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/stevebarnegren",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.12"
},
"swift_version": "5.0",
"source_files": "AttributedStringBuilder/AttributedStringBuilder/*.swift"
}