blob: af8437d220c77a00006b34da156a8e794d464f84 [file] [log] [blame]
{
"name": "ABTableViewPullRefresh",
"version": "0.1.1",
"summary": "A simple Pull-to-Refresh view based on the popular EGOTableViewPullRefresh.",
"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.",
"homepage": "https://github.com/ABeard89/ABTableViewPullRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ABeard89": "anthony.beard89@gmail.com"
},
"source": {
"git": "https://github.com/ABeard89/ABTableViewPullRefresh.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.1.2"
},
"source_files": "ABTableViewPullRefresh/Classes/**/*"
}