[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 2 / 6 / RHTransferKit / 1.0.4 / RHTransferKit.podspec.json
blob8c1a0824f08b52b0adc06698a1141fcb6a86f342
2   "name": "RHTransferKit",
3   "version": "1.0.4",
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.\nThe FTP Client is based solely on Core Foundation streams and is capable of resuming downloads.",
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.4"
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   ]