diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 05e82b0..4045f34 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Alamofire (3.4.0) - AlamofireImage (2.4.0): - Alamofire (~> 3.3) - - WistiaKit (0.8.2): + - WistiaKit (0.9): - Alamofire (~> 3.3) - AlamofireImage (~> 2.4) @@ -16,7 +16,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee AlamofireImage: 87408b652e0f5ae5fe364035f15aea8b9b24c77e - WistiaKit: 1c64a51e129dde2ce754191ebac1937125a59e0c + WistiaKit: c3d1b258b1ff4ee4a3a613b24d5a69105f61ef95 PODFILE CHECKSUM: 39f4e05824aa046cc4e791747aa25b4d2ab920db diff --git a/Example/Pods/Local Podspecs/WistiaKit.podspec.json b/Example/Pods/Local Podspecs/WistiaKit.podspec.json index 019f1c0..4688818 100644 --- a/Example/Pods/Local Podspecs/WistiaKit.podspec.json +++ b/Example/Pods/Local Podspecs/WistiaKit.podspec.json @@ -1,6 +1,6 @@ { "name": "WistiaKit", - "version": "0.8.2", + "version": "0.9", "summary": "Access and playback all of your Wistia media", "description": "Wistia is a great web video host. But why shackle ourselves to the world wide web?\n\nWith WistiaKit you can easily access and play back all of your Wistia hosted content natively on iOS and tvOS.\n\nWe've built for you a beautiful high level view controller (like AVPlayerViewController) sitting atop a powerful lower level player (like AVPlayer) providing all of the power of Wistia on iOS and tvOS.", "homepage": "https://github.com/wistia/WistiaKit", @@ -10,7 +10,7 @@ }, "source": { "git": "https://github.com/wistia/WistiaKit.git", - "tag": "0.8.2" + "tag": "0.9" }, "social_media_url": "https://twitter.com/wistia", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 05e82b0..4045f34 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -2,7 +2,7 @@ PODS: - Alamofire (3.4.0) - AlamofireImage (2.4.0): - Alamofire (~> 3.3) - - WistiaKit (0.8.2): + - WistiaKit (0.9): - Alamofire (~> 3.3) - AlamofireImage (~> 2.4) @@ -16,7 +16,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee AlamofireImage: 87408b652e0f5ae5fe364035f15aea8b9b24c77e - WistiaKit: 1c64a51e129dde2ce754191ebac1937125a59e0c + WistiaKit: c3d1b258b1ff4ee4a3a613b24d5a69105f61ef95 PODFILE CHECKSUM: 39f4e05824aa046cc4e791747aa25b4d2ab920db diff --git a/Example/Pods/Target Support Files/WistiaKit/Info.plist b/Example/Pods/Target Support Files/WistiaKit/Info.plist index cc21c75..b07fa9b 100644 --- a/Example/Pods/Target Support Files/WistiaKit/Info.plist +++ b/Example/Pods/Target Support Files/WistiaKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.8.2 + 0.9.0 CFBundleSignature ???? CFBundleVersion diff --git a/WistiaKit.podspec b/WistiaKit.podspec index 726d806..fc81d80 100644 --- a/WistiaKit.podspec +++ b/WistiaKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "WistiaKit" - s.version = "0.8.2" + s.version = "0.9" s.summary = "Access and playback all of your Wistia media" s.description = <<-DESC