[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 3 / 8 / 0 / AHPullRefresh / 1.0.0 / AHPullRefresh.podspec.json
blob84f4e9354355821a1302f76867abdd930f3ef01c
2   "name": "AHPullRefresh",
3   "version": "1.0.0",
4   "summary": "扩展UIScrollView,支持下拉刷新和上拉刷新",
5   "homepage": "https://github.com/AnsonHui/AHPullRefresh",
6   "license": "MIT",
7   "authors": {
8     "黄辉": "fantasyhui@126.com"
9   },
10   "source": {
11     "git": "https://github.com/AnsonHui/AHPullRefresh.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "Classes/*.swift",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "dependencies": {
20     "AHCategories": [
21       "~> 1.0.0"
22     ]
23   }