| { |
| "name": "GoldRaccoon", |
| "version": "1.0.0", |
| "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.0" |
| }, |
| "license": { |
| "type": "New BSD License", |
| "file": "LICENSE.markdown" |
| }, |
| "source_files": [ |
| "GoldRaccoon/Sources/*.{h,m}", |
| "GoldRaccoon/Sources/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |