代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = "Module_OPH" # 项目名称
s.version = "0.0.2" # 版本号 与 你仓库的 标签号 对应
s.license = "MIT" # 开源证书
s.summary = "WorkPlus Lite iOS版本的网络框架" # 项目简介
s.homepage = "https://gitee.com/workplus-lite/module_oph.git" # 仓库的主页
s.source = { :git => "https://gitee.com/workplus-lite/module_oph.git", :tag => "#{s.version}" }#你的仓库地址,不能用SSH地址
s.source_files = "Module_OPH/**/*.{h,m}" # 你代码的位置, BYPhoneNumTF/*.{h,m} 表示 BYPhoneNumTF 文件夹下所有的.h和.m文件
s.requires_arc = true # 是否启用ARC
s.platform = :ios, "9.0" #平台及支持的最低版本
s.frameworks = "Foundation" #支持的框架
s.dependency 'AFNetworking', '~> 3.0'
s.dependency "CocoaLumberjack" # 依赖库
s.static_framework = true
# User
s.author = { "lingen.liu" => "lingen.liu@gmail.com" } # 作者信息
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。