| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- # Uncomment the next two lines for pre-release testing on internal repo
- #source 'sso://cpdc-internal/firebase'
- #source 'https://cdn.cocoapods.org/'
- source 'https://cdn.cocoapods.org/'
- use_frameworks!
- pod 'FirebaseAnalyticsInterop', :path => '../'
- pod 'FirebaseAuthInterop', :path => '../'
- pod 'FirebaseCore', :path => '../'
- pod 'FirebaseCoreDiagnostics', :path => '../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
- pod 'GoogleDataTransport', :path => '../'
- pod 'GoogleDataTransportCCTSupport', :path => '../'
- pod 'GoogleUtilities', :path => '../'
- target 'Core_Example_iOS' do
- platform :ios, '8.0'
- # The next line is the forcing function for the Firebase pod. The Firebase
- # version's subspecs should depend on the component versions in the
- # corresponding podspec's in this repo.
- pod 'Firebase/CoreOnly', '6.7.0'
- target 'Core_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Auth_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseAuth', :path => '../'
- target 'Auth_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Database_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseDatabase', :path => '../'
- target 'Database_Tests_iOS' do
- inherit! :search_paths
- end
- target 'Database_IntegrationTests_iOS' do
- inherit! :search_paths
- end
- end
- target 'DynamicLinks_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseDynamicLinks', :path => '../'
- pod 'GoogleUtilities/MethodSwizzler', :path => '../'
- pod 'GoogleUtilities/SwizzlerTestHelpers', :path => '../'
- target 'DynamicLinks_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'FDLBuilderTestAppObjC' do
- platform :ios, '8.0'
- pod 'FirebaseDynamicLinks', :path => '../'
- target 'FDLBuilderTestAppObjCEarlGrey' do
- inherit! :search_paths
- pod 'EarlGrey'
- end
- end
- target 'InstanceID_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseInstanceID' , :path => '../'
- target 'InstanceID_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Messaging_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseMessaging' , :path => '../'
- target 'Messaging_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Messaging_NotificationService_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseMessaging' , :path => '../'
- end
- target 'Messaging_Sample_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseMessaging' , :path => '../'
- end
- target 'Storage_Example_iOS' do
- platform :ios, '8.0'
- pod 'FirebaseStorage', :path => '../'
- target 'Storage_Tests_iOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- target 'Storage_IntegrationTests_iOS' do
- inherit! :search_paths
- end
- end
- target 'Auth_Sample' do
- platform :ios, '8.0'
- pod 'FirebaseAuth', :path => '../'
- pod 'FirebaseCore', :path => '../'
- pod 'FirebaseCoreDiagnostics', :path => '../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
- pod 'FBSDKLoginKit'
- pod 'GoogleSignIn'
- pod 'FirebaseInstanceID', :path => '../'
- pod 'GoogleDataTransport', :path => '../'
- pod 'GoogleDataTransportCCTSupport', :path => '../'
- pod 'GTMSessionFetcher/Core'
- target 'Auth_ApiTests' do
- inherit! :search_paths
- end
- target 'Auth_E2eTests' do
- inherit! :search_paths
- pod 'EarlGrey'
- end
- end
- target 'Core_Example_macOS' do
- platform :osx, '10.11'
- pod 'FirebaseCore', :path => '../'
- pod 'FirebaseCoreDiagnostics', :path => '../'
- pod 'FirebaseCoreDiagnosticsInterop', :path => '../'
- pod 'GoogleDataTransport', :path => '../'
- pod 'GoogleDataTransportCCTSupport', :path => '../'
- target 'Core_Tests_macOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Auth_Example_macOS' do
- platform :osx, '10.11'
- pod 'FirebaseAuth', :path => '../'
- target 'Auth_Tests_macOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Database_Example_macOS' do
- platform :osx, '10.11'
- pod 'FirebaseDatabase', :path => '../'
- target 'Database_Tests_macOS' do
- inherit! :search_paths
- end
- target 'Database_IntegrationTests_macOS' do
- inherit! :search_paths
- end
- end
- target 'Storage_Example_macOS' do
- platform :osx, '10.11'
- pod 'FirebaseStorage', :path => '../'
- target 'Storage_Tests_macOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- target 'Storage_IntegrationTests_macOS' do
- inherit! :search_paths
- end
- end
- target 'Core_Example_tvOS' do
- platform :tvos, '10.0'
- target 'Core_Tests_tvOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Auth_Example_tvOS' do
- platform :tvos, '10.0'
- pod 'FirebaseAuth', :path => '../'
- target 'Auth_Tests_tvOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'Database_Example_tvOS' do
- platform :tvos, '10.0'
- pod 'FirebaseDatabase', :path => '../'
- target 'Database_Tests_tvOS' do
- inherit! :search_paths
- end
- # TODO
- # target 'Database_IntegrationTests_tvOS' do
- # inherit! :search_paths
- # end
- end
- target 'Storage_Example_tvOS' do
- platform :tvos, '10.0'
- pod 'FirebaseStorage', :path => '../'
- target 'Storage_Tests_tvOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- #TODO Storage_IntegrationTests_tvOS
- # target 'Storage_IntegrationTests_tvOS' do
- # inherit! :search_paths
- # end
- end
- target 'Messaging_Example_tvOS' do
- platform :tvos, '10.0'
- pod 'FirebaseMessaging', :path => '../'
- target 'Messaging_Tests_tvOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
- target 'InstanceID_Example_tvOS' do
- platform :tvos, '10.0'
- pod 'FirebaseInstanceID', :path => '../'
- target 'InstanceID_Tests_tvOS' do
- inherit! :search_paths
- pod 'OCMock'
- end
- end
|