blob: 4b0a843b25c62b9839a4245ae5198d73c947c13a [file] [log] [blame]
{
"name": "IGCStatefulView",
"version": "0.1.0",
"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"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/jason-ingenuity/IGCStatefulView.git",
"tag": "0.1.0"
},
"source_files": [
"IGCStatefulView",
"IGCStatefulView/**/*.{h,m,swift}"
],
"resources": "IGCStatefulView/*.xib",
"pushed_with_swift_version": "4.0"
}