mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-19 18:13:56 +08:00
1.0
This commit is contained in:
32
PINRemoteImage.podspec
Normal file
32
PINRemoteImage.podspec
Normal file
@@ -0,0 +1,32 @@
|
||||
#
|
||||
# Be sure to run `pod lib lint PINRemoteImage.podspec' to ensure this is a
|
||||
# valid spec and remove all comments before submitting the spec.
|
||||
#
|
||||
# Any lines starting with a # are optional, but encouraged
|
||||
#
|
||||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
||||
#
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "PINRemoteImage"
|
||||
s.version = "1.0"
|
||||
s.summary = "YAIDCLIOS (Yet another image downloading and caching library for iOS)"
|
||||
s.homepage = "https://github.pinadmin.com/Pinterest/PINRemoteImage"
|
||||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
|
||||
s.license = 'Apache 2.0'
|
||||
s.author = { "Garrett Moon" => "garrett@pinterest.com" }
|
||||
s.source = { :git => "git@github.pinadmin.com:Pinterest/PINRemoteImage.git", :tag => s.version.to_s }
|
||||
s.social_media_url = 'https://twitter.com/garrettmoon'
|
||||
|
||||
s.platform = :ios, '6.0'
|
||||
s.requires_arc = true
|
||||
|
||||
s.source_files = 'Pod/Classes/**/*.{h,m}'
|
||||
|
||||
s.public_header_files = 'Pod/Classes/**/*.h'
|
||||
s.frameworks = 'UIKit', 'ImageIO', 'CoreImage'
|
||||
s.dependency 'FLAnimatedImage', '>= 1.0'
|
||||
s.dependency 'PINCache', '>=1.2'
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user