1 Star 0 Fork 0

ValoLee / AnyCoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AnyCoder.podspec 759 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = 'AnyCoder'
s.version = '0.1.5'
s.summary = 'A short description of AnyCoder.'
s.description = <<-DESC
encode & decode any object.
DESC
s.homepage = 'https://github.com/pozi119/AnyCoder'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'pozi119' => 'pozi119@163.com' }
s.source = { :git => 'https://github.com/pozi119/AnyCoder.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.watchos.deployment_target = '3.0'
s.source_files = 'AnyCoder/Classes/**/*'
s.dependency 'Runtime'
end
Swift
1
https://gitee.com/valox/AnyCoder.git
git@gitee.com:valox/AnyCoder.git
valox
AnyCoder
AnyCoder
master

搜索帮助