blob: 5d29a7d76b16bdcc118750b57da1d3b7be93f9a9 [file] [log] [blame]
{
"name": "AttributedTextView",
"version": "0.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Easiest way to create an attributed UITextView with support for multiple links",
"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": "v0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}