blob: 6b94d832cdff9b49dca3e3397c0b8b0e6aa0c0ee [file] [log] [blame]
{
"name": "IGCStatefulView",
"version": "0.1.1",
"summary": "Displays a corresponding data state (loading, error, etc) for a UIView instance (includes UITableView and UICollectionView).",
"description": "A UIView extension wherein the capability of displaying states is available to properly convey to users the current state of the view with respect to its current data.",
"homepage": "https://github.com/jason-ingenuity/IGCStatefulView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Jon E. Carreos": "jason@ingenuity.ph"
},
"source": {
"git": "https://github.com/jason-ingenuity/IGCStatefulView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "IGCStatefulView/Classes/**/*",
"resources": "IGCStatefulView/**/*.xib",
"pushed_with_swift_version": "4"
}