blob: 40d3a611410935e921654f22e3aade8ee254545f [file] [log] [blame]
{
"name": "RHTransferKit",
"version": "1.0.1",
"summary": "WebDAV downloading/uploading, FTP downloading.",
"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",
"homepage": "https://github.com/ryanhomer/RHTransferKit",
"license": "MIT",
"authors": {
"Ryan Homer": "ryan@murage.ca"
},
"source": {
"git": "https://github.com/ryanhomer/RHTransferKit.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/rah71",
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"source_files": [
"RHTransferKit/*.{h,c}",
"RHTransferKit/WebDAV/*.{h,c}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}