[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/banjun/SwiftHotReload/main/SwiftHotReload.podspec [Back]  [Original]

Pod::Spec.new do |spec|
  spec.name         = "SwiftHotReload"
  spec.version      = "0.2.1"
  spec.summary      = "Hot Reload on Swift"
  spec.description  =  "https://github.com/banjun/SwiftHotReload.git", :tag => "#{spec.version}" }
  spec.source_files  = "Sources/**/*.swift"
  spec.swift_version = "6.0"

  spec.ios.deployment_target = "16.0"
  spec.osx.deployment_target = "13.0"
  # spec.watchos.deployment_target = "2.0"
  # spec.tvos.deployment_target = "9.0"
  spec.visionos.deployment_target = "1.0"
end

Web Proxy Viewer  |  New URL  |  Original Page