[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / c / PocketEth / 0.0.3 / PocketEth.podspec.json
blob4d2c3baaf3bd29d0282e021db6fd0a8c06f9b625
2   "name": "PocketEth",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/pokt-network/pocket-ios-eth",
8   "authors": {
9     "Luis C. de Leon": "luis@pokt.network",
10     "Pabel Nunez L.": "pabel@pokt.network"
11   },
12   "summary": "An Ethereum Plugin for the Pocket iOS SDK.",
13   "source": {
14     "git": "https://github.com/pokt-network/pocket-ios-eth.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "PocketEth/**/*.{swift}",
18   "exclude_files": [
19     "docs/*",
20     "PocketEthTests/**/*.{swift}"
21   ],
22   "swift_version": "4.0",
23   "cocoapods_version": ">= 1.4.0",
24   "platforms": {
25     "ios": "11.4"
26   },
27   "dependencies": {
28     "Pocket": [
29       "~> 0.0.3"
30     ],
31     "web3swift": [
32       "~> 2.0.4"
33     ],
34     "CryptoSwift": [
36     ]
37   }