blob: 78257dfe88f2fae37c50fbd793a2ffa8496840c3 [file] [log] [blame]
{
"name": "FTPManager",
"version": "1.6.5",
"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.5"
},
"source_files": "FTPManager/FTPManager.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "CFNetwork"
},
"osx": {
"frameworks": "CoreServices"
}
}