blob: 9acb3f53b75dc9c98413f43b74af14bb5e398ed0 [file] [log] [blame]
{
"name": "LMArticleViewController",
"version": "1.6",
"summary": "An Objective-C subclass of UIViewController inspired by Apple News",
"description": "This subclass of UIViewController provides an article view controller with one top image, title, date, author and body labels.",
"homepage": "https://github.com/lucamozza/LMArticleViewController",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": "Luca Mozzarelli",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lucamozza/LMArticleViewController.git",
"tag": "v1.6"
},
"source_files": [
"LMArticleViewController",
"LMArticleViewController/**/*.{h,m}"
],
"dependencies": {
"ColorArt": [
],
"TLYShyNavBar": [
],
"IDMPhotoBrowser": [
]
}
}