Skip to content

Commit

Permalink
1.2.0 (#155)
Browse files Browse the repository at this point in the history
Additional changes:
- Updated video url of examples as the previous url was dead.
  • Loading branch information
isair committed Oct 12, 2016
1 parent b728d04 commit 388dc57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MobilePlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MobilePlayer"
s.version = "1.1.5"
s.version = "1.2.0"
s.summary = "A powerful and completely customizable media player for iOS."
s.homepage = "https://github.com/mobileplayer/mobileplayer-ios"
s.license = 'CC'
Expand Down
2 changes: 1 addition & 1 deletion MobilePlayer/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.5</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MobilePlayerExamples/ExampleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit

class ExampleViewController: UIViewController {
let codeImageView = UIImageView(frame: CGRect.zero)
let videoURL = URL(string: "https://movielalavideos.blob.core.windows.net/videos/563cb51788b8c6db4b000376.mp4")!
let videoURL = URL(string: "https://player.vimeo.com/external/186497194.hd.mp4?s=5b9ae54ba4cc6e325e7ad880e3cd795a29426d1d")!
let videoTitle = "Star Wars: Episode VII - The Force Awakens - International Trailer"
let videoID = "1"

Expand Down

0 comments on commit 388dc57

Please sign in to comment.