[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 0 / 1 / ButtonProgressBar-iOS / 1.0.1 / ButtonProgressBar-iOS.podspec.json
blob252fd5aa9bbf7f7541e2ba84e09b07454e32afc4
2   "name": "ButtonProgressBar-iOS",
3   "version": "1.0.1",
4   "summary": "A simple progress bar UIButton subclass.",
5   "description": "Custom UIButton class with loading animation for determinate and indeterminate processes like network download / upload.\nSet progress animated, or unanimated. Uses CABasicAnimation and layer stroke to display progress.\nText enlarge on tap. Animated completion image.",
6   "homepage": "https://github.com/thePsguy/ButtonProgressBar-iOS",
7   "screenshots": [
8     "https://raw.githubusercontent.com/thePsguy/ButtonProgressBar-iOS/master/output_F2Ryon.gif",
9     "https://raw.githubusercontent.com/thePsguy/ButtonProgressBar-iOS/master/preview.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Pushkar Sharma": "thePsguy@icloud.com"
17   },
18   "source": {
19     "git": "https://github.com/thePsguy/ButtonProgressBar-iOS.git",
20     "tag": "1.0.1"
21   },
22   "social_media_url": "https://twitter.com/thePsguy",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "Source/*.swift",
27   "pushed_with_swift_version": "4.0"