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