1 Star 0 Fork 0

CharlesSong / sm4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SM4Library.podspec 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
apple 提交于 2020-03-27 17:52 . 添加spec文件
#
# Be sure to run `pod spec lint SM4Library.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "SM4Library"
spec.version = "0.0.1"
spec.summary = "A short description of SM4Library."
spec.ios.deployment_target = "9.0"
spec.description = <<-DESC
this is a sm4 library
DESC
spec.homepage = "https://www.github.com/dinner/sm4"
spec.license = "MIT"
spec.author = { "" => "" }
spec.source = { :git => "https://www.github.com/dinner/sm4.git", :tag => "#{spec.version}" }
spec.source_files = "Classes", "sm4Demo/*.{h,m}", "sm4Demo/**/*.{h,m,c}"
spec.framework = "UIKit"
end
Objective-C
1
https://gitee.com/charlessong/sm4.git
git@gitee.com:charlessong/sm4.git
charlessong
sm4
sm4
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891