| { |
| "name": "AttributedTextView", |
| "version": "0.9.2", |
| "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": "v0.9.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "source_files": "Sources/*.swift" |
| } |