1
1
Pod ::Spec . new do |s |
2
2
3
- s . name = 'AWSPredictionsPlugin'
4
- s . version = '0.11.0'
5
- s . summary = 'Amazon Web Services Amplify for iOS.'
6
-
7
- s . description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
8
-
9
- s . homepage = 'https://aws.amazon.com/amplify/'
10
- s . license = 'Apache License, Version 2.0'
11
- s . author = { 'Amazon Web Services' => 'amazonwebservices' }
12
- s . platform = :ios , '13.0'
13
- s . source = { :git => 'https://github.com/aws-amplify/amplify-ios.git' , :tag => s . version }
14
-
15
- s . requires_arc = true
16
-
17
- AWS_SDK_VERSION = '~> 2.13.0'
18
- AMPLIFY_VERSION = '0.11.0'
19
-
20
- s . source_files = 'AmplifyPlugins/Predictions/AWSPredictionsPlugin/**/*.swift'
21
- s . dependency 'AWSComprehend' , AWS_SDK_VERSION
22
- s . dependency 'AWSPluginsCore' , AMPLIFY_VERSION
23
- s . dependency 'AWSPolly' , AWS_SDK_VERSION
24
- s . dependency 'AWSRekognition' , AWS_SDK_VERSION
25
- s . dependency 'AWSTextract' , AWS_SDK_VERSION
26
- s . dependency 'AWSTranscribeStreaming' , AWS_SDK_VERSION
27
- s . dependency 'AWSTranslate' , AWS_SDK_VERSION
28
- s . dependency 'CoreMLPredictionsPlugin' , AMPLIFY_VERSION
29
- end
3
+ s . name = 'AWSPredictionsPlugin'
4
+ s . version = '1.0.0-rc.1'
5
+ s . summary = 'Amazon Web Services Amplify for iOS.'
6
+
7
+ s . description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
8
+
9
+ s . homepage = 'https://aws.amazon.com/amplify/'
10
+ s . license = 'Apache License, Version 2.0'
11
+ s . author = { 'Amazon Web Services' => 'amazonwebservices' }
12
+ s . source = { :git => 'https://github.com/aws-amplify/amplify-ios.git' , :tag => s . version }
13
+
14
+ s . platform = :ios , '13.0'
15
+ s . swift_version = '5.0'
16
+
17
+ AWS_SDK_VERSION = '~> 2.13.4'
18
+ AMPLIFY_VERSION = '1.0.0-rc.1'
19
+
20
+ s . source_files = 'AmplifyPlugins/Predictions/AWSPredictionsPlugin/**/*.swift'
21
+
22
+ s . dependency 'AWSComprehend' , AWS_SDK_VERSION
23
+ s . dependency 'AWSPluginsCore' , AMPLIFY_VERSION
24
+ s . dependency 'AWSPolly' , AWS_SDK_VERSION
25
+ s . dependency 'AWSRekognition' , AWS_SDK_VERSION
26
+ s . dependency 'AWSTextract' , AWS_SDK_VERSION
27
+ s . dependency 'AWSTranscribeStreaming' , AWS_SDK_VERSION
28
+ s . dependency 'AWSTranslate' , AWS_SDK_VERSION
29
+ s . dependency 'CoreMLPredictionsPlugin' , AMPLIFY_VERSION
30
+
31
+ end
0 commit comments