Authored by 孟顺

移除YH_Masonry

#
# Be sure to run `pod lib lint YH_Masonry.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 = 'YH_Masonry'
s.version = '0.1.0'
s.summary = '有货项目Masonry库'
s.description = <<-DESC
有货Masonry库
DESC
s.homepage = 'http://git.yoho.cn/mengs/YH_Masonry'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '892445213@qq.com' => 'shun.meng@yoho.cn' }
s.source = { :git => 'http://git.yoho.cn/mengs/YH_Masonry.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'YH_Masonry/Classes/**/*'
# s.resource_bundles = {
# 'YH_Masonry' => ['YH_Masonry/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit', 'Foundation'
# s.dependency 'AFNetworking', '~> 2.3'
end