diff --git a/Podfile b/Podfile index cdbaced..7936bb7 100644 --- a/Podfile +++ b/Podfile @@ -17,7 +17,7 @@ post_install do |installer| target.build_configurations.each do |configuration| configuration.build_settings['SWIFT_VERSION'] = "3.0" if target.name.start_with?("Motion") - configuration.build_settings['WARNING_CFLAGS'] ="$(inherited) -Wall -Wcast-align -Wconversion -Werror -Wextra -Wimplicit-atomic-properties -Wmissing-prototypes -Wno-sign-conversion -Wno-unused-parameter -Woverlength-strings -Wshadow -Wstrict-selector-match -Wundeclared-selector -Wunreachable-code" + configuration.build_settings['WARNING_CFLAGS'] ="$(inherited) -Wall -Wcast-align -Wconversion -Werror -Wextra -Wimplicit-atomic-properties -Wmissing-prototypes -Wno-sign-conversion -Wno-unused-parameter -Woverlength-strings -Wshadow -Wstrict-selector-match -Wundeclared-selector -Wunreachable-code -Wno-error=deprecated -Wno-error=deprecated-implementations" end end end diff --git a/Podfile.lock b/Podfile.lock index cc5a609..9290364 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,7 +2,7 @@ PODS: - CatalogByConvention (2.2.0) - MotionAnimator (2.1.1): - MotionInterchange (~> 1.2) - - MotionInterchange (1.2.0) + - MotionInterchange (1.3.0) DEPENDENCIES: - CatalogByConvention @@ -15,8 +15,8 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: CatalogByConvention: 5df5831e48b8083b18570dcb804f20fd1c90694f MotionAnimator: f306d8ee1a6600b039345c548cb543ebaa9cdec4 - MotionInterchange: 499c98e7628a8a078905749734dbfedbfae54cca + MotionInterchange: 988fc0011e4b806cc33f2fb4f9566f5eeb4159e8 -PODFILE CHECKSUM: 3c50d819e57d8329e39f3f5677139bf93ac34b8b +PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3 COCOAPODS: 1.3.1