1 Star 0 Fork 1

957804349@qq.com/MJExtension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MJExtension.podspec 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
wolfcon 提交于 2021-12-06 14:52 . Update MJExtension.podspec
Pod::Spec.new do |s|
s.name = "MJExtension"
s.version = "3.4.1"
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.summary = "A fast and convenient conversion between JSON and model"
s.homepage = "https://github.com/CoderMJLee/MJExtension"
s.license = "MIT"
s.author = { "MJ Lee" => "richermj123go@vip.qq.com" }
s.social_media_url = "http://weibo.com/exceptions"
s.source = { :git => "https://github.com/CoderMJLee/MJExtension.git", :tag => s.version }
s.source_files = "MJExtension"
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/admin_957804349/MJExtension.git
git@gitee.com:admin_957804349/MJExtension.git
admin_957804349
MJExtension
MJExtension
master

搜索帮助