Skip to content

Commit 02548a6

Browse files
Update target iOS version in podspec.
1 parent a3424f2 commit 02548a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.author = { "Tapash Majumder" => "[email protected]",
1414
"Jay Kim" => "[email protected]" }
1515

16-
s.platform = :ios, "9.0"
16+
s.platform = :ios, "10.0"
1717
s.source = { :git => "https://github.com/Iterable/swift-sdk.git", :tag => s.version }
1818
s.source_files = "swift-sdk/**/*.{h,m,swift}"
1919
s.exclude_files = "swift-sdk/swiftui/**"

0 commit comments

Comments
 (0)