| { |
| "name": "AmplifyPlugins", |
| "version": "1.0.5-unstable.10", |
| "summary": "Amazon Web Services Amplify for iOS.", |
| "description": "AWS Amplify for iOS provides a declarative library for application development using cloud services", |
| "homepage": "https://github.com/aws-amplify/amplify-ios", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Amazon Web Services": "amazonwebservices" |
| }, |
| "source": { |
| "git": "https://github.com/aws-amplify/amplify-ios.git", |
| "tag": "v1.0.5-unstable.10" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "5.0", |
| "dependencies": { |
| "AWSPluginsCore": [ |
| "1.0.5-unstable.10" |
| ], |
| "AWSCore": [ |
| "~> 2.15.0" |
| ], |
| "AWSAuthCore": [ |
| "~> 2.15.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "AWSAPIPlugin", |
| "source_files": "AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift", |
| "dependencies": { |
| "ReachabilitySwift": [ |
| "~> 5.0.0" |
| ], |
| "AppSyncRealTimeClient": [ |
| "~> 1.1.0" |
| ] |
| } |
| }, |
| { |
| "name": "AWSCognitoAuthPlugin", |
| "source_files": "AmplifyPlugins/Auth/AWSCognitoAuthPlugin/**/*.swift", |
| "dependencies": { |
| "AWSMobileClient": [ |
| "~> 2.15.0" |
| ] |
| } |
| }, |
| { |
| "name": "AWSDataStorePlugin", |
| "source_files": "AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/**/*.swift", |
| "dependencies": { |
| "SQLite.swift": [ |
| "~> 0.12.0" |
| ] |
| } |
| }, |
| { |
| "name": "AWSPinpointAnalyticsPlugin", |
| "source_files": "AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/**/*.swift", |
| "dependencies": { |
| "AWSPinpoint": [ |
| "~> 2.15.0" |
| ] |
| } |
| }, |
| { |
| "name": "AWSS3StoragePlugin", |
| "source_files": "AmplifyPlugins/Storage/AWSS3StoragePlugin/**/*.swift", |
| "dependencies": { |
| "AWSS3": [ |
| "~> 2.15.0" |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |