[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 5 / Amplify / 1.0.7-unstable.5 / Amplify.podspec.json
blobc45cc223e4855afc49ab1f58354762e8afd4b607
2   "name": "Amplify",
3   "version": "1.0.7-unstable.5",
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.0.7-unstable.5"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source_files": "Amplify/**/*.swift",
20   "default_subspecs": "Default",
21   "subspecs": [
22     {
23       "name": "Default",
24       "preserve_paths": "AmplifyTools",
25       "script_phases": {
26         "name": "Default",
27         "script": "echo \"no-op\"",
28         "execution_position": "before_compile"
29       }
30     },
31     {
32       "name": "Tools",
33       "preserve_paths": "AmplifyTools",
34       "script_phases": {
35         "name": "AmplifyTools",
36         "script": "mkdir -p \"${PODS_ROOT}/AmplifyTools\"; cp -vf \"${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh\" \"${PODS_ROOT}/AmplifyTools/.\"",
37         "execution_position": "before_compile"
38       }
39     }
40   ],
41   "swift_version": "5.0"