[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 7 / LMArticleViewController / 1.1 / LMArticleViewController.podspec.json
blob25b47f9f9b1469b28619575b245fcfbcab170770
2   "name": "LMArticleViewController",
3   "version": "1.1",
4   "summary": "An Objective-C subclass of UIViewController inspired by Apple News",
5   "description": "This subclass of UIViewController provides an article view controller with one top image, title, date, author and body labels.",
6   "homepage": "https://github.com/lucamozza/LMArticleViewController",
7   "license": {
8     "type": "MIT",
9     "file": "license.txt"
10   },
11   "authors": "Luca Mozzarelli",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/lucamozza/LMArticleViewController.git",
17     "tag": "v1.1"
18   },
19   "source_files": [
20     "LMArticleViewController",
21     "LMArticleViewController/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "ChameleonFramework": [
26     ],
27     "TLYShyNavBar": [
29     ]
30   }