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