[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 4 / e / a / AutomaticRefreshControl / 0.1.0 / AutomaticRefreshControl.podspec.json
blob2ccfbdfd9cdf503eaf8f52f51f3c020487e63e22
2   "name": "AutomaticRefreshControl",
3   "version": "0.1.0",
4   "summary": "UIRefreshControl subclass which reveals itself on beginRefreshing(), even on iOS10!",
5   "description": "AutomaticRefreshControl seeks to behave the way I personally expected UIRefreshControl to work when I first discovered it. 1) AutomaticRefreshControl reveals itself on beginRefreshing() which allows you to trigger it programmatically. 2) AutomaticRefreshControl fixes an issue where a UIRefreshControl's tintColor is not applied the first time the control is displayed; which makes it completely invisible on iOS 10. While the solution here is pretty hacky, it works!",
6   "homepage": "https://github.com/jeffreyfultonca/AutomaticRefreshControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeffrey Fulton": "jeffrey.fulton@me.com"
13   },
14   "source": {
15     "git": "https://github.com/jeffreyfultonca/AutomaticRefreshControl.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AutomaticRefreshControl/Classes/**/*"