blob: fcb62e5ad0915cf08a23712a8e5a8f619c504d4e [file] [log] [blame]
{
"name": "GoldRaccoon",
"version": "1.0.1",
"platforms": {
"ios": "5.0"
},
"summary": "An iOS component that allow you to connect to a FTP service and perform the operations you need.",
"description": "GoldRaccoon is a iOS component that allow you to connect to a FTP service and perform listing, creation, deletion, upload and download operations.",
"homepage": "https://albertodebortoli.github.io/GoldRaccoon",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/GoldRaccoon.git",
"tag": "1.0.1"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.markdown"
},
"source_files": [
"GoldRaccoon/Sources/*.{h,m}",
"GoldRaccoon/Sources/**/*.{h,m}"
],
"requires_arc": true
}