Latest | 1.2 |
---|---|
Homepage | https://github.com/haripalwagh/LoadingIndicatorView |
License | MIT |
Platforms | ios 10.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
LoadingIndicatorView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'LoadingIndicatorView'
Author
License
LoadingIndicatorView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "LoadingIndicatorView", "version": "1.2", "summary": "It will show loading activity and disable unwanted touches to the screen.", "description": "It will show loading activity and disable unwanted touches to the screen. This is basically usefull when you want to disable user interaction with the screen and show some activity indicator.", "homepage": "https://github.com/haripalwagh/LoadingIndicatorView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Haripal Wagh": "[email protected]" }, "source": { "git": "https://github.com/haripalwagh/LoadingIndicatorView.git", "tag": "1.2" }, "social_media_url": "https://twitter.com/haripalwagh", "platforms": { "ios": "10.0" }, "swift_version": "4.1", "source_files": "LoadingIndicatorView/Classes/**/*" }
Thu, 26 Apr 2018 11:00:53 +0000