Skip to content

Commit aac7c01

Browse files
authored
fix:Update CoreML podspec with amplify version (#555)
1 parent dbea5ff commit aac7c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CoreMLPredictionsPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load 'build-support/dependencies.rb'
33
Pod::Spec.new do |s|
44
s.name = 'CoreMLPredictionsPlugin'
55

6-
s.version = AMPLIFY_VERSION
6+
s.version = $AMPLIFY_VERSION
77
s.summary = 'Amazon Web Services Amplify for iOS.'
88

99
s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818

1919
s.source_files = 'AmplifyPlugins/Predictions/CoreMLPredictionsPlugin/**/*.swift'
2020

21-
s.dependency 'Amplify', AMPLIFY_VERSION
21+
s.dependency 'Amplify', $AMPLIFY_VERSION
2222

2323
end

0 commit comments

Comments
 (0)