Skip to content

Commit

Permalink
Merge pull request #89 from dmiluski/chore/CocoaPods_4_2_Support
Browse files Browse the repository at this point in the history
PodSpec Update: Sync to latest Release
  • Loading branch information
dmiluski committed Nov 8, 2018
2 parents 5fad74c + 2b716e1 commit 5875e4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.2
2 changes: 1 addition & 1 deletion DVR.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DVR'
s.version = '1.2.0'
s.version = '1.3.2'
s.summary = 'Network testing for Swift'
s.description = <<-DESC
DVR is a simple Swift framework for making fake NSURLSession requests for iOS, watchOS, and OS X based on VCR.
Expand Down
2 changes: 1 addition & 1 deletion Sources/DVR/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5875e4a

Please sign in to comment.