| { |
| "name": "IGCStatefulView", |
| "version": "0.2.2", |
| "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.2" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "IGCStatefulView/Classes/**/*", |
| "resources": "IGCStatefulView/**/*.xib", |
| "pushed_with_swift_version": "4" |
| } |