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