blob: 07f506b23226f0b98fa159bc7cdb7820936e54c5 [file] [log] [blame]
{
"name": "EncryptorFrameworkX",
"version": "1.0.0",
"summary": "EncryptorFrameworkX is just a simple CoreFoundationKit utility Module",
"description": "This module contains the utility class for device connectivity and reacchability",
"homepage": "https://github.com/prashantLalShrestha/EncryptorFrameworkX.git",
"authors": {
"Prashant Shrestha": "prashantlurvs@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/prashantLalShrestha/EncryptorFrameworkX.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"ios": {
"vendored_frameworks": "EncryptorX.framework"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CryptoSwift": [
"~> 1.3.1"
]
},
"swift_version": "5.0"
}