| { |
| "name": "SALAttributedStringExtentions", |
| "version": "0.1.1", |
| "summary": "High performance/optimized conversion from HTML to NSAttributedString", |
| "description": " Improves NSAttributedString functionalities, starting with the convertion from HTML to attributed string\n* Asynchrounsly download images.\n* Adds placeholder.\n* Auto Resize image to fit in line. \n", |
| "homepage": "https://github.com/SeekingAlpha/SALAttributedStringExtentions", |
| "license": "MIT", |
| "authors": { |
| "Marcio Klepacz": "marcioklepacz@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/SeekingAlpha/SALAttributedStringExtentions.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/marciok", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "resource_bundles": { |
| "SALAttributedStringExtentions": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "hpple": [ |
| "~> 0.2" |
| ], |
| "SDWebImage": [ |
| "~> 3.7" |
| ] |
| } |
| } |