2 "name": "ABTableViewPullRefresh",
4 "summary": "A simple Pull-to-Refresh view based on the popular EGOTableViewPullRefresh.",
5 "description": "I was having lots of problems with the standard EGORefreshTableHeaderView.\n\nLuckily, I found an upgraded version provided by cocoanetics. That version can be found here:https://www.cocoanetics.com/2009/12/how-to-make-a-pull-to-reload-tableview-just-like-tweetie-2/\n\nThe following is mostly their vanilla code. Though I did change a couple things, like changing the text to match what was in the previous version. Though, the Japanese text probably wasn't in Devin's original. :/\n\nI also overrode the setFrame function to center the text elements inside the frame. The activity view and arrow, I left as was.",
6 "homepage": "https://github.com/ABeard89/ABTableViewPullRefresh",
12 "ABeard89": "anthony.beard89@gmail.com"
15 "git": "https://github.com/ABeard89/ABTableViewPullRefresh.git",
21 "source_files": "ABTableViewPullRefresh/Classes/**/*"