[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 4 / 7 / PHFRefreshControl / 1.0.0 / PHFRefreshControl.podspec.json
blob209982c11b01adb6e3f18b28168bffa159e0d2eb
2   "name": "PHFRefreshControl",
3   "version": "1.0.0",
4   "summary": "YAPTR(TM): Yet another pull-to-refresh.",
5   "description": "                      * No need to pull and release. Just pull far enough and a refresh will trigger. You'll see much more of these soon.\n                      * Adjust tint color of arrow.\n                      * No support for last refresh date.\n                      * Built on top of UIControl. When triggered it sends a UIControlEventValueChanged event to targets.\n                      * View has a magical height of 44 points.\n                      * iOS 5 and up (yeah, that's a feature).\n",
6   "homepage": "https://github.com/fphilipe/PHFRefreshControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Philipe Fatio": "me@phili.pe"
13   },
14   "source": {
15     "git": "https://github.com/fphilipe/PHFRefreshControl.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "PHFRefreshControl.{h,m}",
22   "preserve_paths": [
23     "LICENSE",
24     "README.md"
25   ],
26   "frameworks": "QuartzCore",
27   "requires_arc": true