blob: 8f51b0d7b79e7ba1c257051094e47b4b44daacea [file] [log] [blame]
{
"name": "IGCStatefulView",
"version": "0.2.5",
"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/ingenuity-ph/IGCStatefulView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Jon E. Carreos": "jason@ingenuity.ph"
},
"source": {
"git": "https://github.com/ingenuity-ph/IGCStatefulView.git",
"tag": "0.2.5"
},
"social_media_url": "https://twitter.com/BTcalls",
"platforms": {
"ios": "10.0"
},
"source_files": "IGCStatefulView/Classes/**/*",
"resources": "IGCStatefulView/**/*.xib"
}