blob: e3029268c64c144d1792294a4991d6a50caad6fe [file] [log] [blame]
{
"name": "FTLinearActivityIndicator",
"version": "1.1",
"summary": "Add the missing network activity indicator on iPhone X",
"description": "iPhone X, XS, and XR don't display the network activity indicator anymore. This pod\nbrings it back by placing an activity indicator in the upper left of the screen on \ntop of the regular status bar items. Since a circular indicator wouldn't fit, a \nrectangular \"KITT scanner\" like indicator with a gradient is shown. The indicator UI \ncan be used standalone or as a \"fix\" for the iOS network activity indicator (using \nthe existing API).",
"homepage": "https://github.com/futuretap/FTLinearActivityIndicator",
"screenshots": "https://github.com/futuretap/FTLinearActivityIndicator/raw/master/screenshot.gif",
"license": {
"type": "CC-BY-SA 4.0",
"file": "LICENSE"
},
"authors": "Ortwin Gentz",
"source": {
"git": "https://github.com/futuretap/FTLinearActivityIndicator.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/ortwingentz",
"platforms": {
"ios": "8.0"
},
"source_files": "FTLinearActivityIndicator/Classes/**/*",
"frameworks": "UIKit"
}