2 Star 2 Fork 1

Robin / IOS_UploadFileServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
IOS_UploadFileServer.podspec 646 Bytes
一键复制 编辑 原始数据 按行查看 历史
Panda 提交于 2015-01-07 13:24 . Update IOS_UploadFileServer.podspec
Pod::Spec.new do |s|
s.name = "IOS_UploadFileServer"
s.version = "1.0.0"
s.summary = "httpserver"
s.homepage = "https://github.com/gejw0623/IOS_UploadFileServer"
s.author = { "Robin" => "gejw0623@yeah.net" }
s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.9"
s.source = { :git => "https://github.com/gejw0623/IOS_UploadFileServer.git" }
s.source_files = "IOS_UploadFileServer/TCP/*.{h,m}", "IOS_UploadFileServer/HTTP/**/*.{h,m}", "IOS_UploadFileServer/HTTP/*.{h,m}", "IOS_UploadFileServer/Logging/*.{h,m}", "IOS_UploadFileServer/Logging/**/*.{h,m}"
s.requires_arc = true
end
Objective-C
1
https://gitee.com/gejw0623/IOS_UploadFileServer.git
git@gitee.com:gejw0623/IOS_UploadFileServer.git
gejw0623
IOS_UploadFileServer
IOS_UploadFileServer
master

搜索帮助