[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / d / SALAttributedStringExtentions / 0.1.1 / SALAttributedStringExtentions.podspec.json
blobf54a89d06f5677bee6dcc99fda02f17e57b7de13
2   "name": "SALAttributedStringExtentions",
3   "version": "0.1.1",
4   "summary": "High performance/optimized conversion from HTML to NSAttributedString",
5   "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",
6   "homepage": "https://github.com/SeekingAlpha/SALAttributedStringExtentions",
7   "license": "MIT",
8   "authors": {
9     "Marcio Klepacz": "marcioklepacz@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SeekingAlpha/SALAttributedStringExtentions.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/marciok",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "SALAttributedStringExtentions": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit",
27   "dependencies": {
28     "hpple": [
29       "~> 0.2"
30     ],
31     "SDWebImage": [
32       "~> 3.7"
33     ]
34   }