[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / c / 5 / Amplify / 1.27.1-unstable.0 / Amplify.podspec.json
blobb9fb3a2040314e14acddc348e6b3eb95cfa4a55e
2   "name": "Amplify",
3   "version": "1.27.1-unstable.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": "https://github.com/aws-amplify/amplify-ios",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Amazon Web Services": "amazonwebservices"
10   },
11   "source": {
12     "git": "https://github.com/aws-amplify/amplify-ios.git",
13     "tag": "v1.27.1-unstable.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Amplify/**/*.swift",
20   "default_subspecs": "Default",
21   "weak_frameworks": "SwiftUI",
22   "subspecs": [
23     {
24       "name": "Default",
25       "preserve_paths": "AmplifyTools",
26       "script_phases": {
27         "name": "Default",
28         "script": "echo \"no-op\"",
29         "execution_position": "before_compile"
30       }
31     },
32     {
33       "name": "Tools",
34       "preserve_paths": "AmplifyTools",
35       "script_phases": {
36         "name": "AmplifyTools",
37         "script": "mkdir -p \"${PODS_ROOT}/AmplifyTools\"; cp -vf \"${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh\" \"${PODS_ROOT}/AmplifyTools/.\"",
38         "execution_position": "before_compile"
39       }
40     }
41   ],
42   "swift_version": "5.0"