[Add] AlibabacloudBssOpenApi20171214 3.1.0
[CocoaPods.git] / Specs / c / 4 / e / PUGifLoading / 0.1.2 / PUGifLoading.podspec.json
blobac682f5e663d3a5e8353d1482bc96585d80f7d62
2   "name": "PUGifLoading",
3   "version": "0.1.2",
4   "summary": "Clean and easy-to-use and light weight loader meant to display the progress of an ongoing task on iOS",
5   "swift_version": "3.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/PUGifLoading",
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/PUGifLoading.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PUGifLoading/Classes/**/*"