[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 5 / 2 / 6 / RHTransferKit / 1.0.1 / RHTransferKit.podspec.json
blob40d3a611410935e921654f22e3aade8ee254545f
2   "name": "RHTransferKit",
3   "version": "1.0.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/rah71",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": false,
20   "source_files": [
21     "RHTransferKit/*.{h,c}",
22     "RHTransferKit/WebDAV/*.{h,c}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]