[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / 2 / d / StateViewController / 0.8.0 / StateViewController.podspec.json
blob418fe8c3b7a50fe1a24aa7ed1110947a094d500b
2   "name": "StateViewController",
3   "version": "0.8.0",
4   "summary": "Small category which handle loading, empty and error states of view controller.",
5   "description": "A view controller category which presents `UIView` for loading, error and empty states.",
6   "homepage": "https://github.com/pavolkmet/StateViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pavol Kmet": "pavolkmet@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/PavolKmet",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/pavolkmet/StateViewController.git",
20     "tag": "0.8.0"
21   },
22   "source_files": "Sources/*.{h,m}",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "requires_arc": true