[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / c / 0 / metamask-ios-sdk / 0.1.1 / metamask-ios-sdk.podspec.json
blob8e5e77608b17fb3b88310dde50059691e66606c7
2   "name": "metamask-ios-sdk",
3   "version": "0.1.1",
4   "summary": "Enable users to easily connect with their MetaMask Mobile wallet.",
5   "swift_versions": "5.0",
6   "description": "The iOS MetaMask SDK enables native iOS apps to interact with the Ethereum blockchain via the MetaMask Mobile wallet.",
7   "homepage": "https://github.com/MetaMask/metamask-ios-sdk",
8   "license": {
9     "type": "Copyright ConsenSys Software Inc. 2022. All rights reserved.",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MetaMask": "sdk@metamask.io"
14   },
15   "source": {
16     "git": "https://github.com/MetaMask/metamask-ios-sdk.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "14.0"
21   },
22   "source_files": "Sources/metamask-ios-sdk/Classes/**/*",
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "x86_64"
28   },
29   "vendored_frameworks": "Sources/metamask-ios-sdk/Frameworks/Ecies.xcframework",
30   "dependencies": {
31     "Socket.IO-Client-Swift": [
32       "~> 16.0.1"
33     ]
34   },
35   "swift_version": "5.0"