Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mac-cain13/R.swift.Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Nick-R/R.swift.Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 3 contributors

Commits on Apr 21, 2020

  1. osx support

    Nicolas Rostov committed Apr 21, 2020
    Copy the full SHA
    474e16a View commit details

Commits on Mar 18, 2021

  1. osx FileResource support

    Nicolas Rostov committed Mar 18, 2021
    Copy the full SHA
    e82290b View commit details

Commits on Nov 1, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    09644db View commit details
  2. Update R.swift.Library.podspec

    version
    Nick-R committed Nov 1, 2021
    Copy the full SHA
    4cf4635 View commit details

Commits on Nov 2, 2021

  1. Copy the full SHA
    fbac516 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 R.swift.Library.podspec
4 changes: 3 additions & 1 deletion R.swift.Library.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift.Library"
spec.version = ENV['POD_VERSION']
spec.version = "5.4.0"
spec.license = "MIT"

spec.summary = "Companion library for R.swift, featuring types used to type resources"
@@ -23,6 +23,8 @@ Pod::Spec.new do |spec|

spec.ios.deployment_target = '9.0'
spec.ios.source_files = "Library/**/*.swift"
spec.osx.deployment_target = '10.12'
spec.osx.source_files = ["Library/Core/StringResource.swift", "Library/Core/Validatable.swift", "Library/Core/FileResource.swift", "Library/Foundation/*.swift"]
spec.tvos.deployment_target = '9.0'
spec.tvos.source_files = "Library/**/*.swift"
spec.watchos.deployment_target = '2.2'