blob: 768778b038ccc4c453cd137584e89169c5cc3bfd [file] [log] [blame]
{
"name": "StateViewController",
"version": "0.1.0",
"summary": "Small extension which handle loading, empty and error states of view controller.",
"description": "A view controller extension which presents `UIView` for loading, error and empty states.",
"homepage": "https://github.com/GoodRequest/StateViewController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavol Kmet": "pavol.kmet@goodrequest.com"
},
"social_media_url": "https://twitter.com/goodrequestcom",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/GoodRequest/StateViewController.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}