blob: 1314a9c06c9c304e7b9da5df99e1029c17cd7f96 [file] [log] [blame]
{
"name": "CYFTPManager",
"version": "1.6.7",
"license": "MIT",
"summary": "An Objective-C class for simple, synchronous ftp access.",
"homepage": "https://github.com/yellowei/CYFTPManager",
"authors": {
"yellowei": "hw0521@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yellowei/CYFTPManager.git",
"tag": "1.6.7"
},
"source_files": "CYFTPManager/FTPManager.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "CFNetwork"
},
"osx": {
"frameworks": "CoreServices"
}
}