File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
MobilePlayer/Supporting Files Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "MobilePlayer"
3
- s . version = "1.1.5 "
3
+ s . version = "1.2.0 "
4
4
s . summary = "A powerful and completely customizable media player for iOS."
5
5
s . homepage = "https://github.com/mobileplayer/mobileplayer-ios"
6
6
s . license = 'CC'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.5 </string >
18
+ <string >1.2.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import UIKit
10
10
11
11
class ExampleViewController : UIViewController {
12
12
let codeImageView = UIImageView ( frame: CGRect . zero)
13
- let videoURL = URL ( string: " https://movielalavideos.blob.core.windows.net/videos/563cb51788b8c6db4b000376. mp4 " ) !
13
+ let videoURL = URL ( string: " https://player.vimeo.com/external/186497194.hd. mp4?s=5b9ae54ba4cc6e325e7ad880e3cd795a29426d1d " ) !
14
14
let videoTitle = " Star Wars: Episode VII - The Force Awakens - International Trailer "
15
15
let videoID = " 1 "
16
16
You can’t perform that action at this time.
0 commit comments