Skip to content

Commit

Permalink
Merge branch 'release/1.8.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos committed Jun 9, 2016
2 parents f2d0757 + 620e203 commit d7bdb96
Show file tree
Hide file tree
Showing 61 changed files with 3,893 additions and 7,882 deletions.
31 changes: 19 additions & 12 deletions Podfile
@@ -1,26 +1,33 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'

inhibit_all_warnings!

workspace 'SRGMediaPlayer'
link_with 'SRGMediaPlayerTests', 'SRGMediaPlayer Demo'

# Will be inherited by all targets below
pod 'SRGMediaPlayer', :path => '.'

target 'SRGMediaPlayer' do
pod 'libextobjc/EXTScope', '0.4.1'
pod 'TransitionKit', '2.2.0'
end
target 'SRGMediaPlayerTests' do
# Test target, inherit search paths only, not linking
# For more information, see http://blog.cocoapods.org/CocoaPods-1.0-Migration-Guide/
inherit! :search_paths

# Repeat SRGMediaPlayer podspec dependencies
pod 'libextobjc/EXTScope'
pod 'TransitionKit'

target 'SRGMediaPlayerTests' do
pod 'libextobjc/EXTScope', '0.4.1'
pod 'TransitionKit', '2.2.0'
pod 'MAKVONotificationCenter', '0.0.2'
# Target-specific dependencies
pod 'MAKVONotificationCenter', '0.0.2'
end

xcodeproj 'SRGMediaPlayer.xcodeproj'
end

target 'SRGMediaPlayer Demo' do
xcodeproj 'RTSMediaPlayer Demo/SRGMediaPlayer Demo.xcodeproj'
pod 'SRGMediaPlayer', { :path => '.' }
pod 'CocoaLumberjack', '2.0.0'
pod 'SDWebImage', '3.7.0'
pod 'SDWebImage', '3.8.0'

xcodeproj 'RTSMediaPlayer Demo/SRGMediaPlayer Demo.xcodeproj'
end
30 changes: 16 additions & 14 deletions Podfile.lock
Expand Up @@ -11,25 +11,25 @@ PODS:
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.4.1)
- MAKVONotificationCenter (0.0.2)
- SDWebImage (3.7.0):
- SDWebImage/Core (= 3.7.0)
- SDWebImage/Core (3.7.0)
- SRGMediaPlayer (1.8.16):
- SDWebImage (3.8.0):
- SDWebImage/Core (= 3.8.0)
- SDWebImage/Core (3.8.0)
- SRGMediaPlayer (1.8.17):
- libextobjc/EXTScope (~> 0.4.1)
- SRGMediaPlayer/Version (= 1.8.16)
- SRGMediaPlayer/Version (= 1.8.17)
- TransitionKit (~> 2.2.0)
- SRGMediaPlayer/Version (1.8.16):
- SRGMediaPlayer/Version (1.8.17):
- libextobjc/EXTScope (~> 0.4.1)
- TransitionKit (~> 2.2.0)
- TransitionKit (2.2.0)
- TransitionKit (2.2.1)

DEPENDENCIES:
- CocoaLumberjack (= 2.0.0)
- libextobjc/EXTScope (= 0.4.1)
- libextobjc/EXTScope
- MAKVONotificationCenter (= 0.0.2)
- SDWebImage (= 3.7.0)
- SDWebImage (= 3.8.0)
- SRGMediaPlayer (from `.`)
- TransitionKit (= 2.2.0)
- TransitionKit

EXTERNAL SOURCES:
SRGMediaPlayer:
Expand All @@ -39,8 +39,10 @@ SPEC CHECKSUMS:
CocoaLumberjack: a6f77d987d65dc7ba86b0f84db7d0b9084f77bcb
libextobjc: a650fc1bf489a3d3a9bc2e621efa3e1006fc5471
MAKVONotificationCenter: eddfb85e77040323ee43a0fddbe616926ec005a8
SDWebImage: b42db92951f9d565c55f1d7f1d5efe47e33a7515
SRGMediaPlayer: 065aeab0f0e59776b7d4121dae92cddabc1f618a
TransitionKit: 5c9001a77acc409d71f26a4eba0159cf8619c418
SDWebImage: 7d9fe229266696de91eadf840c77ca15efd4bbd2
SRGMediaPlayer: 12cbc75ff56fdc33cb885ddb863b53d633d13629
TransitionKit: 9ceccda4cd0cdc0a05ef85eb235e5a3292c3c250

COCOAPODS: 0.39.0
PODFILE CHECKSUM: 2273d7c51bf706b67e95e5792a0750c59c7b4a34

COCOAPODS: 1.0.1
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.

30 changes: 16 additions & 14 deletions Pods/Manifest.lock

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

0 comments on commit d7bdb96

Please sign in to comment.