[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 7 / LMArticleViewController / 1.0 / LMArticleViewController.podspec.json
blob09c1c7cae194e26c33479cd2ae39233c3ab4c412
2   "name": "LMArticleViewController",
3   "version": "1.0",
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.0"
18   },
19   "source_files": [
20     "LMArticleViewController",
21     "LMArticleViewController/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "ChameleonFramework": [
26     ],
27     "TLYShyNavBar": [
29     ]
30   }