[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / b / MetamaskProviderPlugin / 0.0.3 / MetamaskProviderPlugin.podspec.json
blob7adbcfe290a5dd2433706c8cb490db7fdd990490
2   "name": "MetamaskProviderPlugin",
3   "version": "0.0.3",
4   "summary": "Metamask ethereum wallet plugin",
5   "homepage": "https://github.com/polywrap/ethereum-wallet",
6   "license": "MIT",
7   "authors": {
8     "Cesar": "cesar@polywrap.io"
9   },
10   "source_files": "implementations/swift/metamask/Source/**/*.swift",
11   "swift_versions": "5.0",
12   "platforms": {
13     "ios": "14.0"
14   },
15   "user_target_xcconfig": {
16     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
20   },
21   "source": {
22     "git": "https://github.com/polywrap/ethereum-wallet.git",
23     "branch": "feat/swift-implementation"
24   },
25   "static_framework": true,
26   "dependencies": {
27     "PolywrapClient": [
28       "~> 0.0.6"
29     ],
30     "metamask-ios-sdk": [
31       "~> 0.2.0"
32     ]
33   },
34   "swift_version": "5.0"