blob: 4f94805e8fbc5cf08af97d4cc2297e28834d9bf2 [file] [log] [blame]
{
"name": "AttributedTextView",
"version": "1.4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Easiest way to create an attributed UILabel or UITextView (with support for multiple links and HTML)",
"homepage": "https://github.com/evermeer/AttributedTextView",
"social_media_url": "https://twitter.com/evermeer",
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"source": {
"git": "https://github.com/evermeer/AttributedTextView.git",
"tag": "v1.4.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
}