[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 1 / 8 / AmplifyPlugins / 0.11.0 / AmplifyPlugins.podspec.json
blob9d019b44099ad67b7cb7111e20d715e1fc94ee36
2   "name": "AmplifyPlugins",
3   "version": "0.11.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": "http://aws.amazon.com/mobile/sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/aws-amplify/amplify-ios.git",
16     "tag": "0.11.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AWSAPIPlugin",
22       "source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift",
23       "dependencies": {
24         "AWSPluginsCore": [
25           "0.11.0"
26         ],
27         "ReachabilitySwift": [
28           "~> 5.0.0"
29         ],
30         "AppSyncRealTimeClient": [
31           "~> 1.1.0"
32         ]
33       }
34     },
35     {
36       "name": "AWSDataStorePlugin",
37       "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
38       "dependencies": {
39         "AWSPluginsCore": [
40           "0.11.0"
41         ],
42         "SQLite.swift": [
43           "~> 0.12.0"
44         ]
45       }
46     },
47     {
48       "name": "AWSPinpointAnalyticsPlugin",
49       "source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift",
50       "dependencies": {
51         "AWSPinpoint": [
52           "~> 2.13.0"
53         ],
54         "AWSPluginsCore": [
55           "0.11.0"
56         ]
57       }
58     },
59     {
60       "name": "AWSS3StoragePlugin",
61       "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
62       "dependencies": {
63         "AWSPluginsCore": [
64           "0.11.0"
65         ],
66         "AWSS3": [
67           "~> 2.13.0"
68         ]
69       }
70     }
71   ]