| { |
| "name": "AttributedStringBuilder", |
| "version": "1.2.0", |
| "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.2.0" |
| }, |
| "social_media_url": "https://twitter.com/stevebarnegren", |
| "platforms": { |
| "ios": "10.0", |
| "tvos": "10.0", |
| "osx": "10.14" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "AttributedStringBuilder/AttributedStringBuilder/*.swift", |
| "swift_version": "5.0" |
| } |