blob: 9d019b44099ad67b7cb7111e20d715e1fc94ee36 [file] [log] [blame]
{
"name": "AmplifyPlugins",
"version": "0.11.0",
"summary": "Amazon Web Services Amplify for iOS.",
"description": "AWS Amplify for iOS provides a declarative library for application development using cloud services",
"homepage": "http://aws.amazon.com/mobile/sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/aws-amplify/amplify-ios.git",
"tag": "0.11.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "AWSAPIPlugin",
"source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.11.0"
],
"ReachabilitySwift": [
"~> 5.0.0"
],
"AppSyncRealTimeClient": [
"~> 1.1.0"
]
}
},
{
"name": "AWSDataStorePlugin",
"source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.11.0"
],
"SQLite.swift": [
"~> 0.12.0"
]
}
},
{
"name": "AWSPinpointAnalyticsPlugin",
"source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift",
"dependencies": {
"AWSPinpoint": [
"~> 2.13.0"
],
"AWSPluginsCore": [
"0.11.0"
]
}
},
{
"name": "AWSS3StoragePlugin",
"source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.11.0"
],
"AWSS3": [
"~> 2.13.0"
]
}
}
]
}