Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 59bedee

Browse files
committed
chore: linting
1 parent 1e5d19a commit 59bedee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

AsyncStorageSQLite.podspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ podspecName = info["darwin"]["podspec_name"]
66
frameworkName = info["darwin"]["xcframework_name"]
77

88
Pod::Spec.new do |spec|
9-
spec.name = podspecName
10-
spec.version = info["version"]
11-
spec.summary = info["description"]
12-
spec.homepage = info["homepage"]
13-
spec.license = info["license"]["type"]
14-
spec.author = info["author"]
15-
spec.source = { :git => info["repository"], :tag => "#{spec.version}" }
16-
17-
spec.platforms = { :ios => "13.0" }
9+
spec.name = podspecName
10+
spec.version = info["version"]
11+
spec.summary = info["description"]
12+
spec.homepage = info["homepage"]
13+
spec.license = info["license"]["type"]
14+
spec.author = info["author"]
15+
spec.source = { :git => info["repository"], :tag => "#{spec.version}" }
16+
spec.swift_version = "5.8"
17+
spec.platforms = { :ios => "13.0" }
1818

1919
spec.vendored_frameworks = "#{podspecName}/#{frameworkName}.xcframework"
2020
spec.source_files = "#{podspecName}/src/**/*.{swift}"

0 commit comments

Comments
 (0)