diff --git a/PIPKit.podspec b/PIPKit.podspec index f7b2037..2a0dca8 100644 --- a/PIPKit.podspec +++ b/PIPKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'PIPKit' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'PIP(Picture in Picture) for iOS' # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index 61955cf..6d63e09 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Once you have your Swift package set up, adding `PIPKit` as a dependency is as e ```swift dependencies: [ - .package(url: "https://github.com/Kofktu/PIPKit.git", .upToNextMajor(from: "1.0.1")) + .package(url: "https://github.com/Kofktu/PIPKit.git", .upToNextMajor(from: "1.0.2")) ] ``` @@ -134,6 +134,10 @@ UIView that is capable of Picture-in-Picture in iOS (AVKit.framework) ### At a Glance +```swift +var PIPKit.isAVPIPKitSupported: Bool +``` + #### AVPIPKitRenderer ```swift