3 Star 0 Fork 0

Gitee 极速下载/SCLAlertView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/dogo/SCLAlertView
克隆/下载
SCLAlertView-Objective-C.podspec 1007 Bytes
一键复制 编辑 原始数据 按行查看 历史
Diogo Autilio 提交于 2年前 . Bump version to 1.3.0
Pod::Spec.new do |spec|
spec.name = "SCLAlertView-Objective-C"
spec.version = "1.3.0"
spec.summary = "Beautiful animated Alert View. Written in Swift but ported to Objective-C"
spec.homepage = "https://github.com/dogo/SCLAlertView"
spec.screenshots = "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot.png", "https://raw.githubusercontent.com/dogo/SCLAlertView/master/ScreenShots/ScreenShot2.png"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Diogo Autilio" => "diautilio@gmail.com" }
spec.social_media_url = "http://twitter.com/di_autilio"
spec.platform = :ios
spec.frameworks = "UIKit", "AudioToolbox", "Accelerate", "CoreGraphics"
spec.ios.deployment_target = '9.0'
spec.source = { :git => "https://github.com/dogo/SCLAlertView.git", :tag => spec.version.to_s }
spec.source_files = "SCLAlertView/*"
spec.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/SCLAlertView.git
git@gitee.com:mirrors/SCLAlertView.git
mirrors
SCLAlertView
SCLAlertView
develop

搜索帮助