blob: d506db4af380d0b6fbc2489b2bcaf04dbf44821c [file] [log] [blame]
{
"name": "MRArticleViewController",
"version": "0.1.0",
"summary": "Allows you to quickly generate view controllers for news articles similar to those in the News app.",
"description": "This framework allows you to easily setup View Controllers to display News Articles inspired by those from the Apple News App. Simply set the required fields and run, and you will have a nice looking view for your articles.",
"homepage": "https://github.com/mrigdon/MRArticleViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Rigdon": "rigdonmr@gmail.com"
},
"source": {
"git": "https://github.com/mrigdon/MRArticleViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MRArticleViewController/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 0.22.0"
],
"UIImageColors": [
]
}
}