Skip to content

Commit

Permalink
add supported version under CC sdk dependency (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizaSapir authored Apr 19, 2017
1 parent 995e467 commit 785e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlayKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ s.subspec 'GoogleCastAddon' do |ssp|
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**',
'LIBRARY_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}"/**'
}
ssp.dependency 'google-cast-sdk'
ssp.dependency 'google-cast-sdk', '3.3.0'
ssp.dependency 'PlayKit/Core'
end

Expand Down

0 comments on commit 785e68d

Please sign in to comment.