[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / b / 6 / IGCStatefulView / 0.1.0 / IGCStatefulView.podspec.json
blob4b0a843b25c62b9839a4245ae5198d73c947c13a
2   "name": "IGCStatefulView",
3   "version": "0.1.0",
4   "summary": "Displays a corresponding data state (loading, error, etc) for a UIView instance (includes UITableView and UICollectionView).",
5   "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.",
6   "homepage": "https://github.com/jason-ingenuity/IGCStatefulView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Jon E. Carreos": "jason@ingenuity.ph"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/jason-ingenuity/IGCStatefulView.git",
19     "tag": "0.1.0"
20   },
21   "source_files": [
22     "IGCStatefulView",
23     "IGCStatefulView/**/*.{h,m,swift}"
24   ],
25   "resources": "IGCStatefulView/*.xib",
26   "pushed_with_swift_version": "4.0"