blob: 7ba3c6ff48fea22cff2af271dac9910bd7a773b5 [file] [log] [blame]
{
"name": "FYHTMLTextView",
"version": "1.0.1",
"summary": "UITextView that parses HTML code and transform it to native views.",
"description": "UITextView that parses HTML code and transform it to NSAttributedString. Also transforms Instagram, Twitter and others embedeed objects to native views.\n",
"homepage": "https://github.com/fyarad/FYHTMLTextView",
"license": "MIT",
"authors": {
"Francisco Yarad": "fyarad95@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fyarad/FYHTMLTextView.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"DTCoreText": [
"~> 1.6.16"
],
"SDWebImage": [
]
}
}