[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / c / a / 7 / LMArticleViewController / 1.4 / LMArticleViewController.podspec.json
blob4b4739a60f9547034c7cf8f60fb1e08500a4775c
2   "name": "LMArticleViewController",
3   "version": "1.4",
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.4"
18   },
19   "source_files": [
20     "LMArticleViewController",
21     "LMArticleViewController/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "ColorArt": [
26     ],
27     "TLYShyNavBar": [
29     ],
30     "IDMPhotoBrowser": [
32     ]
33   }