blob: 07c181a26c6638e3665ef1b0db1fc48db79202a3 [file] [log] [blame]
{
"name": "CryptoSecurity",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Kevin Wooten": "kevin@outfoxx.io"
},
"homepage": "https://github.com/outfoxx/cryptosecurity",
"summary": "Crypto & Securty framework wrappers for Swift, along with ASN.1 and X.509 utilities.",
"source": {
"git": "https://github.com/outfoxx/CryptoSecurity.git",
"tag": "1.1"
},
"source_files": "Sources/*.{h,m,swift}",
"frameworks": "Security",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "2.0"
}
}