|
|
@@ -31,7 +31,8 @@ Firebase Cloud Messaging and Firebase Remote Config in your app.
|
|
|
base_dir = "FirebaseABTesting/Sources/"
|
|
|
s.source_files = base_dir + '**/*.[mh]'
|
|
|
s.requires_arc = base_dir + '*.m'
|
|
|
- s.public_header_files = base_dir + 'Public/*.h'
|
|
|
+ s.public_header_files = base_dir + 'Public/*.h', base_dir + 'Protos/developers/mobile/abt/proto/*.h'
|
|
|
+ s.private_header_files = base_dir + 'Protos/developers/mobile/abt/proto/*.h'
|
|
|
s.pod_target_xcconfig = {
|
|
|
'GCC_C_LANGUAGE_STANDARD' => 'c99',
|
|
|
'GCC_PREPROCESSOR_DEFINITIONS' =>
|