diff --git a/Example/Podfile b/Example/Podfile index e81e6ca..cdf4cd2 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,15 +1,10 @@ use_frameworks! -# pre_install do |installer| -# def installer.verify_no_static_framework_transitive_dependencies; end -# end - target 'PlayerKit_Example' do pod 'PlayerKit', :path => '../' target 'PlayerKit_Tests' do inherit! :search_paths - end end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 73e7fec..042927e 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -11,6 +11,6 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: PlayerKit: 4702100274e44e115c28419d8c21c22f13052856 -PODFILE CHECKSUM: 5ee28b5b61f09062cbeec2cdf33964135ee3cb5f +PODFILE CHECKSUM: 071d8819500a822237123321021901352f4d91a4 COCOAPODS: 1.1.1 diff --git a/PlayerKit.podspec b/PlayerKit.podspec index 3e712fe..f1a2d84 100644 --- a/PlayerKit.podspec +++ b/PlayerKit.podspec @@ -38,7 +38,5 @@ Pod::Spec.new do |s| # s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'UIKit', 'MapKit' # s.dependency 'AFNetworking', '~> 2.3' - - s.dependency 'GVRSDK', '1.20.0' - + end