2 "name": "ASHProgressView",
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",
13 "Amais Sheikh": "sheikhamais@gmail.com"
16 "git": "https://github.com/sheikhamais/ASHProgressView.git",
22 "source_files": "ASHProgressView/Classes/**/*",
27 "swift_version": "5.0"