Skip to content

Commit

Permalink
Merge branch 'release/1.5.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Nov 19, 2015
2 parents d8dcd98 + a3583e1 commit e1c0fed
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 320 deletions.
8 changes: 4 additions & 4 deletions Podfile.lock
Expand Up @@ -14,11 +14,11 @@ PODS:
- SDWebImage (3.7.0):
- SDWebImage/Core (= 3.7.0)
- SDWebImage/Core (3.7.0)
- SRGMediaPlayer (1.5.10):
- SRGMediaPlayer (1.5.11):
- libextobjc/EXTScope (~> 0.4.1)
- SRGMediaPlayer/Version (= 1.5.10)
- SRGMediaPlayer/Version (= 1.5.11)
- TransitionKit (~> 2.2.0)
- SRGMediaPlayer/Version (1.5.10):
- SRGMediaPlayer/Version (1.5.11):
- libextobjc/EXTScope (~> 0.4.1)
- TransitionKit (~> 2.2.0)
- TransitionKit (2.2.0)
Expand All @@ -40,7 +40,7 @@ SPEC CHECKSUMS:
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
MAKVONotificationCenter: eddfb85e77040323ee43a0fddbe616926ec005a8
SDWebImage: b42db92951f9d565c55f1d7f1d5efe47e33a7515
SRGMediaPlayer: 8db282f52f919bcd862e16b4b6965175f76f4469
SRGMediaPlayer: c8379ab45973d6d619a52422873b04568c4eae5e
TransitionKit: 5c9001a77acc409d71f26a4eba0159cf8619c418

COCOAPODS: 0.38.2
6 changes: 3 additions & 3 deletions Pods/Local Podspecs/SRGMediaPlayer.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

612 changes: 306 additions & 306 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion RTSMediaPlayer/RTSMediaPlayerVersion.m
Expand Up @@ -8,7 +8,7 @@

NSString * const RTSMediaPlayerVersion(void)
{
#ifdef RTS_ANALYTICS_VERSION
#ifdef RTS_MEDIA_PLAYER_VERSION
return @(OS_STRINGIFY(RTS_MEDIA_PLAYER_VERSION));
#else
return @"dev";
Expand Down
2 changes: 1 addition & 1 deletion SRGMediaPlayer.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SRGMediaPlayer"
s.version = "1.5.10"
s.version = "1.5.11"
s.summary = "Shared media player for SRG mobile apps."
s.homepage = "https://github.com/SRGSSR/SRGMediaPlayer-iOS"
s.authors = { "Frédéric Humbert-Droz" => "fred.hd@me.com", "Cédric Luthi" => "cedric.luthi@rts.ch", "Cédric Foellmi" => "cedric@onekilopars.ec", "Samuel Défago" => "defagos@gmail.com" }
Expand Down

0 comments on commit e1c0fed

Please sign in to comment.