[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / 8 / AmplifyPlugins / 1.15.5 / AmplifyPlugins.podspec.json
blobe97d28162db681278e20961551aa357c586023ac
2   "name": "AmplifyPlugins",
3   "version": "1.15.5",
4   "summary": "Amazon Web Services Amplify for iOS.",
5   "description": "AWS Amplify for iOS provides a declarative library for application development using cloud services",
6   "homepage": "https://github.com/aws-amplify/amplify-ios",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "source": {
12     "git": "https://github.com/aws-amplify/amplify-ios.git",
13     "tag": "v1.15.5"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "dependencies": {
20     "AWSPluginsCore": [
21       "1.15.5"
22     ],
23     "AWSCore": [
24       "~> 2.26.1"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "AWSAPIPlugin",
30       "source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift",
31       "dependencies": {
32         "AppSyncRealTimeClient": [
33           "~> 1.4"
34         ]
35       }
36     },
37     {
38       "name": "AWSCognitoAuthPlugin",
39       "source_files": "AmplifyPlugins/Auth/AWSCognitoAuthPlugin/**/*.swift",
40       "dependencies": {
41         "AWSMobileClient": [
42           "~> 2.26.1"
43         ],
44         "AWSAuthCore": [
45           "~> 2.26.1"
46         ],
47         "AWSCognitoIdentityProvider": [
48           "~> 2.26.1"
49         ],
50         "AWSCognitoIdentityProviderASF": [
51           "~> 2.26.1"
52         ]
53       }
54     },
55     {
56       "name": "AWSDataStorePlugin",
57       "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
58       "dependencies": {
59         "SQLite.swift": [
60           "0.12.2"
61         ]
62       }
63     },
64     {
65       "name": "AWSPinpointAnalyticsPlugin",
66       "source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift",
67       "dependencies": {
68         "AWSPinpoint": [
69           "~> 2.26.1"
70         ]
71       }
72     },
73     {
74       "name": "AWSS3StoragePlugin",
75       "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
76       "dependencies": {
77         "AWSS3": [
78           "~> 2.26.1"
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"