blob: 5dae0c92ae2497eefcf776366439e50032ecef78 [file] [log] [blame]
{
"name": "FTPManager",
"version": "1.6.4",
"license": "MIT",
"summary": "An Objective-C class for simple, synchronous ftp access.",
"homepage": "https://github.com/nkreipke/FTPManager",
"authors": {
"nkreipke": "git@nkreipke.de",
"jweinert": ""
},
"source": {
"git": "https://github.com/nkreipke/FTPManager.git",
"tag": "1.6.4"
},
"source_files": "FTPManager/FTPManager.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "CFNetwork"
},
"osx": {
"frameworks": "CoreServices"
}
}