[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / 8 / AmplifyPlugins / 0.10.0 / AmplifyPlugins.podspec.json
blobb1c41067d84d87258248e449a426d52c43d01508
2   "name": "AmplifyPlugins",
3   "version": "0.10.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.10.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.10.0"
26         ],
27         "Starscream": [
28           "~> 3.0.2"
29         ],
30         "ReachabilitySwift": [
31           "~> 5.0.0"
32         ]
33       }
34     },
35     {
36       "name": "AWSDataStorePlugin",
37       "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
38       "dependencies": {
39         "AWSPluginsCore": [
40           "0.10.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.12.2"
53         ],
54         "AWSPluginsCore": [
55           "0.10.0"
56         ]
57       }
58     },
59     {
60       "name": "AWSS3StoragePlugin",
61       "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
62       "dependencies": {
63         "AWSPluginsCore": [
64           "0.10.0"
65         ],
66         "AWSS3": [
67           "~> 2.12.2"
68         ]
69       }
70     }
71   ]