[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 2 / d / StateViewController / 0.6.0 / StateViewController.podspec.json
blob3a49c4f83eba3e4e4f4ae8dc44f8a70d79ca3039
2   "name": "StateViewController",
3   "version": "0.6.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/GoodRequest/StateViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pavol Kmet": "pavol.kmet@goodrequest.com"
13   },
14   "social_media_url": "https://twitter.com/goodrequestcom",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/GoodRequest/StateViewController.git",
20     "tag": "0.6.0"
21   },
22   "source_files": "Sources/*.{h,m}",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "requires_arc": true