blob: 4c37d6a63a95a7f538bf85d4de5b9ea0ab462a2f [file] [log] [blame]
{
"name": "AttributedTextView",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift"
}