4 Star 7 Fork 0

Gitee 极速下载 / SwiftyJSON

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/SwiftyJSON/SwiftyJSON
克隆/下载
SwiftyJSON.podspec 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wongzigii 提交于 2024-03-27 22:05 . Version Bump to 5.0.2
Pod::Spec.new do |s|
s.name = "SwiftyJSON"
s.version = "5.0.2"
s.summary = "SwiftyJSON makes it easy to deal with JSON data in Swift"
s.homepage = "https://github.com/SwiftyJSON/SwiftyJSON"
s.license = { :type => "MIT" }
s.authors = { "lingoer" => "lingoerer@gmail.com", "tangplin" => "tangplin@gmail.com" }
s.requires_arc = true
s.swift_version = "5.0"
s.osx.deployment_target = "10.9"
s.ios.deployment_target = "9.0"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/SwiftyJSON/*.swift"
s.resource_bundles = {'SwiftyJSON' => ['Source/SwiftyJSON/PrivacyInfo.xcprivacy']}
end
Swift
1
https://gitee.com/mirrors/SwiftyJSON.git
git@gitee.com:mirrors/SwiftyJSON.git
mirrors
SwiftyJSON
SwiftyJSON
master

搜索帮助