2 Star 1 Fork 0

luckytianyiyan / TYBlurImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TYBlurImage.podspec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
luckytianyiyan 提交于 2016-07-18 23:49 . M pod spec
#
# Be sure to run `pod lib lint TYBlurImage.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TYBlurImage'
s.version = '1.2.1'
s.summary = 'An easy way to set up blur effect and play the animation.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
# s.description = <<-DESC
# TODO: Add long description of the pod here.
# DESC
s.homepage = 'https://github.com/luckytianyiyan/TYBlurImage'
s.screenshots = 'https://raw.githubusercontent.com/luckytianyiyan/TYBlurImage/master/gifs/Simple.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'luckytianyiyan' => 'luckytianyiyan@gmail.com' }
s.source = { :git => 'https://github.com/luckytianyiyan/TYBlurImage.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/luckytianyiyan'
s.ios.deployment_target = '7.0'
s.source_files = 'TYBlurImage/Classes/**/*'
s.frameworks = 'Accelerate'
end
Objective-C
1
https://gitee.com/luckytianyiyan/TYBlurImage.git
git@gitee.com:luckytianyiyan/TYBlurImage.git
luckytianyiyan
TYBlurImage
TYBlurImage
master

搜索帮助