[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 8 / ASHProgressView / 1.0.1 / ASHProgressView.podspec.json
blob8d8af003f01d4840a0e89c308683113e8a237fe9
2   "name": "ASHProgressView",
3   "version": "1.0.1",
4   "summary": "A customiseable progess view for iOS applications.",
5   "swift_versions": "5.0",
6   "description": "This pod empowers your UIViews to show a progess indicator that is customisable in four different ways. To use this:\n\nmyUIView.showProgressView()\nmyUIView.hideProgressView()\n\nThis is all you need to use this.\nAlso, you can use four different type of styles to customise it's appearence.\n\n//.fourCircles(nil, .black.withAlphaComponent(0.4), [.white])\n//.threeCircles(nil, .black.withAlphaComponent(0.4), [.white])\n//.plainCircle(\"Loading\", .red)\n//.gradientCircle(\"Loading\", [.red, .systemIndigo])\n\nUse the following styles in the following way:\n\nmyUIView.showProgressView(style: 'anyAboveStyle')\nor\nset once the standard style:\nASHProgessViewStyle.standard = 'anyAboveStyle'",
7   "homepage": "https://github.com/sheikhamais/ASHProgressView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Amais Sheikh": "sheikhamais@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/sheikhamais/ASHProgressView.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "ASHProgressView/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "SwiftUI"
26   ],
27   "swift_version": "5.0"