blob: 0a2d409a3bfa13e68c9eb6d42790a07b5f67c93a [file] [log] [blame]
{
"name": "RHTransferKit",
"version": "1.0.0",
"summary": "HTTP downloading with redirect and resume, HTTP uploading, FTP downloading with resume.",
"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",
"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.0"
},
"social_media_url": "https://twitter.com/rah71",
"platforms": {
"ios": "7.0"
},
"requires_arc": false,
"source_files": [
"Pod/Classes/*.{h,c}",
"Pod/Classes/WebDAV/*.{h,c}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}