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/DoricDevkit.podspec
2020-11-03 19:10:27 +08:00

25 lines
748 B
Ruby

Pod::Spec.new do |s|
s.name = 'DoricDevkit'
s.version = '0.4.2'
s.summary = 'Doric iOS Devkit'
s.description = <<-DESC
Doric iOS Devkit for debugging & hotload.
DESC
s.homepage = 'https://github.com/doric-pub/doric'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.author = { 'Jingpeng Wang' => 'jingpeng.wang@outlook.com' }
s.source = { :git => 'https://github.com/doric-pub/doric.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'doric-iOS/Devkit/Classes/**/*'
s.public_header_files = 'doric-iOS/Devkit/Classes/**/*.h'
s.dependency 'DoricCore'
s.dependency 'SocketRocket'
end