forked from vcherevaty/SRGMediaPlayer-iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
33 lines (27 loc) · 865 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
inhibit_all_warnings!
workspace 'SRGMediaPlayer'
# Will be inherited by all targets below
pod 'SRGMediaPlayer', :path => '.'
# target 'SRGMediaPlayer' do
# 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-specific dependencies
# pod 'MAKVONotificationCenter', '0.0.2'
# end
#
# project 'SRGMediaPlayer.xcodeproj'
# end
target 'SRGMediaPlayer Demo' do
pod 'CocoaLumberjack', '~> 2.3.0'
pod 'SDWebImage', '~> 3.8.0'
project 'RTSMediaPlayer Demo/SRGMediaPlayer Demo.xcodeproj'
end