Skip to content

Commit

Permalink
release/1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekTree0101 committed May 17, 2024
1 parent fbf48e6 commit 1885629
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '11.0'
platform :ios, '12.0'

target 'SushiBelt_Example' do
pod 'SushiBelt', :path => '../'
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
SushiBelt: eba58a9bf3f6b6ecd2dde5ed3b4356b0030c8c2c
SushiBelt: 576be7062ea2a2fdd7d5e745478fbbfb7790f89c

PODFILE CHECKSUM: aaf577a140f31b7d67715369c208e49e9a7f1672
PODFILE CHECKSUM: d42527a77b417c1addfc938493279dea84b78ccc

COCOAPODS: 1.11.2
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "SushiBelt",
platforms: [
.iOS(.v11),
.iOS(.v12),
],
products: [
.library(
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ let tracker = SushiBeltTracker(
To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements
- iOS 11.0

- iOS 12.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion SushiBelt.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.author = { 'Geektree0101' => 'h2s1880@gmail.com' }
s.source = { :git => 'https://github.com/daangn/SushiBelt.git', :tag => s.version.to_s }

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.swift_version = "5.0"
s.source_files = 'Sources/SushiBelt/**/*'
s.test_spec 'SushiBeltTests' do |test_spec|
Expand Down

0 comments on commit 1885629

Please sign in to comment.