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/DoricCore.podspec

29 lines
860 B
Plaintext
Raw Normal View History

2019-12-04 13:29:26 +08:00
Pod::Spec.new do |s|
2019-12-14 14:57:58 +08:00
s.name = 'DoricCore'
2020-03-19 15:28:18 +08:00
s.version = '0.3.9'
2019-12-14 14:41:48 +08:00
s.summary = 'Doric iOS SDK'
2019-12-04 13:29:26 +08:00
2019-12-04 19:02:15 +08:00
2019-12-04 13:29:26 +08:00
s.description = <<-DESC
2019-12-14 14:41:48 +08:00
Doric iOS SDK for cross platform develpment
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-22 00:43:20 +08:00
s.source = { :git => 'https://github.com/doric-pub/doric.git', :tag => s.version.to_s }
2019-12-04 13:29:26 +08:00
s.ios.deployment_target = '8.0'
2019-12-22 00:43:20 +08:00
s.source_files = 'doric-iOS/Pod/Classes/**/*'
2019-12-04 13:29:26 +08:00
s.resource_bundles = {
'Doric' => ['doric-js/bundle/**/*']
2019-12-04 13:29:26 +08:00
}
2019-12-22 00:43:20 +08:00
s.public_header_files = 'doric-iOS/Pod/Classes/**/*.h'
s.dependency 'YYWebImage'
2019-12-04 13:29:26 +08:00
s.dependency 'YYImage/WebP'
s.dependency 'SocketRocket'
s.dependency 'YYCache'
2019-12-04 13:29:26 +08:00
end