[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / 8 / AmplifyPlugins / 1.4.5-unstable.4 / AmplifyPlugins.podspec.json
blob7240d523dafed912b16e34611f90fc6a86c32c45
2   "name": "AmplifyPlugins",
3   "version": "1.4.5-unstable.4",
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.4.5-unstable.4"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "dependencies": {
20     "AWSPluginsCore": [
21       "1.4.5-unstable.4"
22     ],
23     "AWSCore": [
24       "~> 2.19.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "AWSAPIPlugin",
30       "source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift",
31       "dependencies": {
32         "ReachabilitySwift": [
33           "~> 5.0.0"
34         ],
35         "AppSyncRealTimeClient": [
36           "~> 1.4.0"
37         ]
38       }
39     },
40     {
41       "name": "AWSCognitoAuthPlugin",
42       "source_files": "AmplifyPlugins/Auth/AWSCognitoAuthPlugin/**/*.swift",
43       "dependencies": {
44         "AWSMobileClient": [
45           "~> 2.19.0"
46         ],
47         "AWSAuthCore": [
48           "~> 2.19.0"
49         ],
50         "AWSCognitoIdentityProvider": [
51           "~> 2.19.0"
52         ],
53         "AWSCognitoIdentityProviderASF": [
54           "~> 2.19.0"
55         ]
56       }
57     },
58     {
59       "name": "AWSDataStorePlugin",
60       "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
61       "dependencies": {
62         "SQLite.swift": [
63           "~> 0.12.0"
64         ]
65       }
66     },
67     {
68       "name": "AWSPinpointAnalyticsPlugin",
69       "source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift",
70       "dependencies": {
71         "AWSPinpoint": [
72           "~> 2.19.0"
73         ]
74       }
75     },
76     {
77       "name": "AWSS3StoragePlugin",
78       "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
79       "dependencies": {
80         "AWSS3": [
81           "~> 2.19.0"
82         ]
83       }
84     }
85   ],
86   "swift_version": "5.0"