[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 8 / 0 / AHPullRefresh / 1.0.2 / AHPullRefresh.podspec.json
blob549383d86afc23099709716072d5b274f86e2603
2   "name": "AHPullRefresh",
3   "version": "1.0.2",
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.2"
13   },
14   "source_files": "Classes/*.swift",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "dependencies": {
20     "AHCategories": [
21       "~> 1.0.1"
22     ],
23     "AHAutoLayout-Swift": [
24       "~> 1.0.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"