[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / 4 / f / Pocket / 0.0.3 / Pocket.podspec.json
blobf50f6897869e7b4f0582b36e1ded28fe320beb3e
2   "name": "Pocket",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/pokt-network/pocket-ios-sdk",
8   "authors": {
9     "Luis C. de Leon": "luis@pokt.network",
10     "Pabel Nunez Landestoy": "pabel@pokt.network",
11     "Arthur Ariel Sabintsev": "arthur@sabintsev.com"
12   },
13   "summary": "An iOS SDK to connect to the Pocket Network.",
14   "source": {
15     "git": "https://github.com/pokt-network/pocket-ios-sdk.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "Sources/**/*.{swift}",
19   "exclude_files": "Example/**/*.{swift}",
20   "swift_version": "4.0",
21   "cocoapods_version": ">= 1.4.0",
22   "platforms": {
23     "ios": "11.4"
24   },
25   "dependencies": {
26     "PocketSwiftKeychainWrapper": [
28     ],
29     "RNCryptor": [
30       "~> 5.0"
31     ]
32   }