| { |
| "name": "STFTPNetwork", |
| "version": "0.0.2", |
| "summary": "An FTP network library for iOS.", |
| "homepage": "https://github.com/shien7654321/STFTPNetwork", |
| "authors": { |
| "Suta": "shien7654321@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/shien7654321/STFTPNetwork.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "source_files": "STFTPNetwork/*.{h,m}", |
| "compiler_flags": "-fmodules", |
| "description": "STFTPNetwork is an FTP network library for iOS." |
| } |