[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / c / 4 / e / PUGifLoading / 1.0.3 / PUGifLoading.podspec.json
blob06e0e16a64c3d3a9606489203fd0e601d91fee63
2   "name": "PUGifLoading",
3   "version": "1.0.3",
4   "summary": "Clean and easy-to-use and light weight loader meant to display the progress of an ongoing task on iOS",
5   "swift_versions": "4.2",
6   "description": "PUGifLoaderSource\nPUGifLoader swift with source code\nPUGifLoader is a clean and easy-to-use and light weight loader meant to display the progress of an ongoing task on iOS.\nYou can show the status of indeterminate tasks using one of the following ( GIF Or Activity indicator):\n=== > GIF Loader view - You can use any gif image according to your need.\nPuLoadingView.show(\"Loading\", gifimagename: \"foodloader\")\n=== > Activity indicator Loader view\nPuLoadingView.showWithActivityIndicator(\"Loading\", activitycolor: UIColor.yellow, labelfontcolor:UIColor.yellow , labelfontsize: 16.0,activityStyle: UIActivityIndicatorViewStyle.whiteLarge)\n=== > Hiding the Loader\nPuLoadingView.hide()\n:)",
7   "homepage": "https://github.com/PayalUmraliya/PUGifLoaderControl",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "PayalUmraliya": "behappy78600@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/PayalUmraliya/PUGifLoaderControl.git",
17     "tag": "1.0.3"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PUGifLoading/Classes/**/*",
23   "swift_version": "4.2"