Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Add a dependency 'Kingfisher' in podspec , How to Run? #9

Open
brave723 opened this issue Nov 11, 2022 · 0 comments
Open

Add a dependency 'Kingfisher' in podspec , How to Run? #9

brave723 opened this issue Nov 11, 2022 · 0 comments

Comments

@brave723
Copy link

Add a dependency 'Kingfisher' in podspec , How to install this dependency in example?

Pod::Spec.new do |s|
  s.name                      = "MyAwesomeKit"
  s.version                   = "1.0.0"
  s.summary                   = "MyAwesomeKit"
  s.homepage                  = "https://github.com/test/MyAwesomeKit"
  s.license                   = { :type => "MIT", :file => "LICENSE" }
  s.author                    = { "brave" => "[email protected]" }
  s.source                    = { :git => "https://github.com/test/MyAwesomeKit.git", :tag => s.version.to_s }
  s.swift_version             = "5.1"
  s.ios.deployment_target     = "9.0"
  s.tvos.deployment_target    = "9.0"
  s.watchos.deployment_target = "2.0"
  s.osx.deployment_target     = "10.10"
  s.source_files              = "Sources/**/*"
  s.frameworks                = "Foundation"

  s.dependency                'Kingfisher' 
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant