[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 2 / CorrectAnimationRefreshControl / 0.1.1 / CorrectAnimationRefreshControl.podspec.json
blobf10639707d30b0b1f6b00d17cdf63da95ef2f468
2   "name": "CorrectAnimationRefreshControl",
3   "version": "0.1.1",
4   "summary": "A refresh control that continues animation after returning back to the scrollview screen.",
5   "description": "A base UIRefreshControll breaks its animation after the screen disappeared (For example: open another tab in UITabBarController).\nThe same situation when you move the app to the background state and return back.\nCorrectAnimationRefreshControl fixes these cases",
6   "homepage": "https://github.com/konshin/CorrectAnimationRefreshControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "konshin": "bodro92@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/konshin/CorrectAnimationRefreshControl.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CorrectAnimationRefreshControl/Classes/**/*",
22   "frameworks": "UIKit",
23   "swift_versions": "5.0",
24   "swift_version": "5.0"