[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 5 / 1 / 8 / AmplifyPlugins / 0.9.0 / AmplifyPlugins.podspec.json
blob50580455867a78f0d0a13c96f54ba36637887e62
2   "name": "AmplifyPlugins",
3   "version": "0.9.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.9.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.9.0"
26         ],
27         "Starscream": [
28           "~> 3.0.2"
29         ]
30       }
31     },
32     {
33       "name": "AWSDataStorePlugin",
34       "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
35       "dependencies": {
36         "AWSPluginsCore": [
37           "0.9.0"
38         ],
39         "SQLite.swift": [
40           "~> 0.12.0"
41         ],
42         "ReachabilitySwift": [
43           "~> 5.0.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.9.0"
56         ]
57       }
58     },
59     {
60       "name": "AWSS3StoragePlugin",
61       "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
62       "dependencies": {
63         "AWSPluginsCore": [
64           "0.9.0"
65         ],
66         "AWSS3": [
67           "~> 2.12.2"
68         ]
69       }
70     }
71   ]