We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbea5ff commit aac7c01Copy full SHA for aac7c01
CoreMLPredictionsPlugin.podspec
@@ -3,7 +3,7 @@ load 'build-support/dependencies.rb'
3
Pod::Spec.new do |s|
4
s.name = 'CoreMLPredictionsPlugin'
5
6
- s.version = AMPLIFY_VERSION
+ s.version = $AMPLIFY_VERSION
7
s.summary = 'Amazon Web Services Amplify for iOS.'
8
9
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|
18
19
s.source_files = 'AmplifyPlugins/Predictions/CoreMLPredictionsPlugin/**/*.swift'
20
21
- s.dependency 'Amplify', AMPLIFY_VERSION
+ s.dependency 'Amplify', $AMPLIFY_VERSION
22
23
end
0 commit comments