blob: 02591efc2f0eae8b6dc2221a176fd5ea33a1b2ee [file] [log] [blame]
{
"name": "Pocket",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/pokt-network/pocket-ios-sdk",
"authors": {
"Luis C. de Leon": "luis@pokt.network",
"Pabel Nunez Landestoy": "pabel@pokt.network",
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"summary": "An iOS SDK to connect to the Pocket Network.",
"source": {
"git": "https://github.com/pokt-network/pocket-ios-sdk.git",
"tag": "0.0.2"
},
"source_files": "Sources/**/*.{swift}",
"exclude_files": "Example/**/*.{swift}",
"swift_version": "4.0",
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "11.4"
},
"dependencies": {
"PocketSwiftKeychainWrapper": [
],
"RNCryptor": [
"~> 5.0"
]
}
}