This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/Doric.podspec

29 lines
853 B
Plaintext
Raw Normal View History

2019-12-04 13:29:26 +08:00
Pod::Spec.new do |s|
s.name = 'Doric'
2019-12-11 09:58:24 +08:00
s.version = '0.1.1'
2019-12-04 13:29:26 +08:00
s.summary = 'A short description of Doric.'
2019-12-04 19:02:15 +08:00
2019-12-04 13:29:26 +08:00
s.description = <<-DESC
2019-12-04 19:05:10 +08:00
Doric iOS SDK
2019-12-04 13:29:26 +08:00
DESC
s.homepage = 'https://github.com/doric-pub/doric'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.author = { 'pengfei.zhou' => 'pengfeizhou@foxmail.com' }
2019-12-04 19:13:11 +08:00
s.source = { :git => 'git@code.aliyun.com:Doric/doric-iOS.git', :tag => s.version.to_s }
2019-12-04 13:29:26 +08:00
s.ios.deployment_target = '8.0'
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'Doric' => ['Pod/Assets/**/*']
}
s.public_header_files = 'Pod/Classes/**/*.h'
s.dependency 'YYWebImage', '~>1.0.5'
s.dependency 'YYImage/WebP'
s.dependency 'SocketRocket', '~> 0.5.1'
s.dependency 'YYCache', '~> 1.0.4'
end