| { |
| "name": "ACDFTPManager", |
| "version": "1.0.0", |
| "summary": "A simple FTP Manager.", |
| "description": "An Objective-C class for simple access to FTP servers.", |
| "homepage": "https://github.com/nolol/ACDFTPManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "王博": "0xwangbo@gmail.com" |
| }, |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/onedotman/ACDFTPManager.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "ACDFTPManager/**/*.{h,m}", |
| "ios": { |
| "frameworks": "CFNetwork" |
| }, |
| "osx": { |
| "frameworks": "CoreServices" |
| } |
| } |