Skip to content

Commit 43a5c62

Browse files
committed
Version 0.12.1
1 parent 4ad1878 commit 43a5c62

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

CoreBluetoothMock.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CoreBluetoothMock'
3-
s.version = '0.12.0'
3+
s.version = '0.12.1'
44
s.summary = 'Mocking library for CoreBluetooth.'
55

66
s.description = <<-DESC
@@ -18,7 +18,7 @@ device and test the app on simulator.
1818
s.osx.deployment_target = '10.13'
1919
s.tvos.deployment_target = '9.0'
2020
s.watchos.deployment_target = '2.0'
21-
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3']
21+
s.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4']
2222
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
2323

2424
s.source_files = 'CoreBluetoothMock/Classes/**/*'

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CoreBluetoothMock (0.12.0)
2+
- CoreBluetoothMock (0.12.1)
33

44
DEPENDENCIES:
55
- CoreBluetoothMock (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
CoreBluetoothMock: 064e0be151a9182679fc92e7549cacd30d1239eb
12+
CoreBluetoothMock: b9c3c1c3d316c5a6eab03aab74971a93f942128a
1313

1414
PODFILE CHECKSUM: 254d1c78543186e7159c621729d31f797f3b1083
1515

16-
COCOAPODS: 1.10.0.rc.1
16+
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/CoreBluetoothMock.podspec.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/CoreBluetoothMock/CoreBluetoothMock-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.4
22
//
33
// The `swift-tools-version` declares the minimum version of Swift required to
44
// build this package. Do not remove it.

0 commit comments

Comments
 (0)