Commit ffcf9426 by zhangyunjie

[Add] iOSDownloadManager (0.1.0)

parent b3151a62
#
# Be sure to run `pod lib lint iOSDownloadManager.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'iOSDownloadManager'
s.version = '0.1.0'
s.summary = '下载管理.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'zhangyunjie' => 'zhangyunjie@offcn.com' }
s.source = { :git => 'https://gitlab.eoffcn.com/zhangyunjie/iOSDownloadManager.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'iOSDownloadManager/Classes/**/*'
# s.resource_bundles = {
# 'iOSDownloadManager' => ['iOSDownloadManager/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'AFNetworking', '~> 3.1.0'
s.dependency 'RealReachability', '~> 1.1.9'
s.dependency 'MJExtension', '~> 3.0.13'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment