blob: 50580455867a78f0d0a13c96f54ba36637887e62 [file] [log] [blame]
{
"name": "AmplifyPlugins",
"version": "0.9.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.9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "AWSAPIPlugin",
"source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.9.0"
],
"Starscream": [
"~> 3.0.2"
]
}
},
{
"name": "AWSDataStorePlugin",
"source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.9.0"
],
"SQLite.swift": [
"~> 0.12.0"
],
"ReachabilitySwift": [
"~> 5.0.0"
]
}
},
{
"name": "AWSPinpointAnalyticsPlugin",
"source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift",
"dependencies": {
"AWSPinpoint": [
"~> 2.12.2"
],
"AWSPluginsCore": [
"0.9.0"
]
}
},
{
"name": "AWSS3StoragePlugin",
"source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift",
"dependencies": {
"AWSPluginsCore": [
"0.9.0"
],
"AWSS3": [
"~> 2.12.2"
]
}
}
]
}