[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 2 / 6 / RHTransferKit / 1.0.0 / RHTransferKit.podspec.json
blob0a2d409a3bfa13e68c9eb6d42790a07b5f67c93a
2   "name": "RHTransferKit",
3   "version": "1.0.0",
4   "summary": "HTTP downloading with redirect and resume, HTTP uploading, FTP downloading with resume.",
5   "description": "  Based on WTClient, a WebDAV client, the http download class is capable of redirecting HTTP 301s, as well as pausing and resuming.\n  The FTP Client is based solely on Core Foundation streams.\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.0"
14   },
15   "social_media_url": "https://twitter.com/rah71",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": false,
20   "source_files": [
21     "Pod/Classes/*.{h,c}",
22     "Pod/Classes/WebDAV/*.{h,c}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]