[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 6 / b / c / Redactable / 0.1.0 / Redactable.podspec.json
blobc9c678bcfad0676d3de326f067078a0bf3f1c438
2   "name": "Redactable",
3   "version": "0.1.0",
4   "summary": "Shows a shimmer effect while loading data.",
5   "description": "A convenient library to show a shimmer effect while loading data. Easily convert your current view with a slick skeleton loading animation just by wrapping your view and conforming to a protocol.",
6   "homepage": "http://justinthought.info",
7   "screenshots": "https://github.com/JustinGuedes/redactable-ios/blob/main/Example/example.gif?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Justin Guedes": "justin.guedes@gmail.com"
14   },
15   "swift_versions": "5.5",
16   "platforms": {
17     "ios": "14.0",
18     "osx": "11.0"
19   },
20   "source": {
21     "git": "https://github.com/JustinGuedes/redactable-ios.git",
22     "tag": "0.1.0"
23   },
24   "source_files": [
25     "Sources/Redactable",
26     "Sources/Redactable/**/*.{swift}"
27   ],
28   "frameworks": "SwiftUI",
29   "swift_version": "5.5"