[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / d / ABTableViewPullRefresh / 0.1.1 / ABTableViewPullRefresh.podspec.json
blobaf8437d220c77a00006b34da156a8e794d464f84
2   "name": "ABTableViewPullRefresh",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ABeard89": "anthony.beard89@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ABeard89/ABTableViewPullRefresh.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.1.2"
20   },
21   "source_files": "ABTableViewPullRefresh/Classes/**/*"