forked from aws-amplify/aws-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAWSiOSSDKv2.podspec
92 lines (70 loc) · 2.36 KB
/
AWSiOSSDKv2.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Pod::Spec.new do |s|
s.name = 'AWSiOSSDKv2'
s.version = '2.4.12'
s.summary = 'Amazon Web Services SDK for iOS.'
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
s.homepage = 'http://aws.amazon.com/mobile/sdk'
s.license = 'Apache License, Version 2.0'
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git',
:tag => s.version}
s.requires_arc = true
s.subspec 'AWSCore' do |aws|
aws.dependency 'AWSCore', '2.4.12'
end
s.subspec 'AWSAPIGateway' do |apigateway|
apigateway.dependency 'AWSAPIGateway', '2.4.12'
end
s.subspec 'AutoScaling' do |autoscaling|
autoscaling.dependency 'AWSAutoScaling', '2.4.12'
end
s.subspec 'CloudWatch' do |cloudwatch|
cloudwatch.dependency 'AWSCloudWatch', '2.4.12'
end
s.subspec 'AWSCognito' do |cognito|
cognito.dependency 'AWSCognito', '2.4.12'
end
s.subspec 'AWSCognitoIdentityProvider' do |cognitoidentityprovider|
cognitoidentityprovider.dependency 'AWSCognitoIdentityProvider', '2.4.12'
end
s.subspec 'DynamoDB' do |ddb|
ddb.dependency 'AWSDynamoDB', '2.4.12'
end
s.subspec 'EC2' do |ec2|
ec2.dependency 'AWSEC2', '2.4.12'
end
s.subspec 'ElasticLoadBalancing' do |elasticloadbalancing|
elasticloadbalancing.dependency 'AWSElasticLoadBalancing', '2.4.12'
end
s.subspec 'AWSIoT' do |iot|
iot.dependency 'AWSIoT', '2.4.12'
end
s.subspec 'Kinesis' do |kinesis|
kinesis.dependency 'AWSKinesis', '2.4.12'
end
s.subspec 'AWSLambda' do |lambda|
lambda.dependency 'AWSLambda', '2.4.12'
end
s.subspec 'AWSMachineLearning' do |machinelearning|
machinelearning.dependency 'AWSMachineLearning', '2.4.12'
end
s.subspec 'MobileAnalytics' do |mobileanalytics|
mobileanalytics.dependency 'AWSMobileAnalytics', '2.4.12'
end
s.subspec 'S3' do |s3|
s3.dependency 'AWSS3', '2.4.12'
end
s.subspec 'SES' do |ses|
ses.dependency 'AWSSES', '2.4.12'
end
s.subspec 'SimpleDB' do |simpledb|
simpledb.dependency 'AWSSimpleDB', '2.4.12'
end
s.subspec 'SNS' do |sns|
sns.dependency 'AWSSNS', '2.4.12'
end
s.subspec 'SQS' do |sqs|
sqs.dependency 'AWSSQS', '2.4.12'
end
end