[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / 6 / RHTransferKit / 1.0.3 / RHTransferKit.podspec.json
blobabff2f14eec36c99c68df407a42afb32263ff899
2   "name": "RHTransferKit",
3   "version": "1.0.3",
4   "summary": "WebDAV downloading/uploading, FTP downloading.",
5   "description": "  Based on WTClient, a WebDAV client, the RHDownload class is capable of redirecting HTTP 301s, as well as pausing and resuming.\n  The FTP Client is based solely on Core Foundation streams and is capable of resuming downloads.\n",
6   "homepage": "https://github.com/ryanhomer/RHTransferKit",
7   "license": "MIT",
8   "authors": {
9     "Ryan Homer": "ryan@murage.ca"
10   },
11   "source": {
12     "git": "https://github.com/ryanhomer/RHTransferKit.git",
13     "tag": "1.0.3"
14   },
15   "social_media_url": "https://twitter.com/rah71",
16   "platforms": {
17     "ios": "4.0"
18   },
19   "requires_arc": false,
20   "source_files": [
21     "RHTransferKit/*.{h,m}",
22     "RHTransferKit/WebDAV/*.{h,m}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]