Authored by 刘金林

[Add] EasyListKit (0.1.0)

#
# Be sure to run `pod lib lint EasyListKit.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 = 'EasyListKit'
s.version = '0.1.0'
s.summary = '基于list section的业务模块抽象组件'
s.description = <<-DESC
基于列表的业务组件,以单section的形式进行业务模块独立
DESC
s.homepage = 'http://git.yoho.cn/ios/YH_EasyListKit.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'willice9527' => 'jinlin.liu@yoho.cn' }
s.source = { :git => 'http://git.yoho.cn/ios/YH_EasyListKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'EasyListKit/Classes/**/*'
# s.resource_bundles = {
# 'EasyListKit' => ['EasyListKit/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'Foundation'
s.dependency 'YH_FoundationKit', '~> 0.1.7'
s.dependency 'YH_UIKit', '~> 0.1.8'
end
... ...