diff --git a/PIPKit.podspec b/PIPKit.podspec index c656d7b..79e1f34 100644 --- a/PIPKit.podspec +++ b/PIPKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'PIPKit' - s.version = '1.0.7' + s.version = '1.1.0' s.summary = 'PIP(Picture in Picture) for iOS' # This description is used to generate tags and improve search results. @@ -28,7 +28,7 @@ Picture in Picture to UIViewController s.source = { :git => 'https://github.com/Kofktu/PIPKit.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '12.0' s.swift_version = '5.0' s.source_files = 'PIPKit/Classes/**/*' diff --git a/Package.swift b/Package.swift index ff2f634..43d13eb 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "PIPKit", platforms: [ - .iOS(.v8) + .iOS(.v12) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages.