Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit feea946

Browse files
committed
use strict version in podspec
1 parent 4825d0a commit feea946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R.swift.Library.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "R.swift.Library"
4-
spec.version = ENV['POD_VERSION']
4+
spec.version = "5.2.2"
55
spec.license = "MIT"
66

77
spec.summary = "Companion library for R.swift, featuring types used to type resources"

0 commit comments

Comments
 (0)