blob: 48bcf71c9069d21961ff0861e2fe50720f92e556 [file] [log] [blame]
{
"name": "FYHTMLTextView",
"version": "1.1.2",
"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.1.2"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"DTCoreText": [
"~> 1.6.16"
]
}
}