blob: da2c18876c7c8adb950c074c51656fe80a4d7ad8 [file] [log] [blame]
{
"name": "StateableViewController",
"version": "0.2.1",
"summary": "Small library which handle loading, empty and error states of view controller.",
"description": "Small library which handle loading, empty and error states of view controller, handfuly created by GoodRequest guy.",
"homepage": "https://github.com/pavolkmet/StateableViewController",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Pavol Kmet": "pavol.kmet@goodrequest.com"
},
"social_media_url": "https://twitter.com/PavolKmet",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pavolkmet/StateableViewController.git",
"tag": "0.2.1"
},
"source_files": "Sources/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}