blob: 85e8323fd35c845d2e6ed155202aa89aa45f221a [file] [log] [blame]
{
"name": "SALAttributedStringExtentions",
"version": "0.1.0",
"summary": "High performance/optimized convertion 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.0"
},
"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"
]
}
}