blob: 9553804182bd4b24d3f0384b3492ebc9eeb15710 [file] [log] [blame]
{
"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."
}