[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / c / 4 / e / PUGifLoading / 1.0.1 / PUGifLoading.podspec.json
blob551f114135ea4a2a418afa6b0cf831aa7dad767f
2   "name": "PUGifLoading",
3   "version": "1.0.1",
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\nAlternative of https://github.com/PayalUmraliya/PUGifLoaderControl\nIf anybody have issue in framework import then they can use this source code instead of framework.\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.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PUGifLoading/Classes/**/*",
23   "swift_version": "4.2"