blob: 4b7417631e97e27d2ed7e44adde38ba3379c1fbf [file] [log] [blame]
{
"name": "x509Generator",
"version": "0.0.7",
"summary": "x509 generator framework",
"description": "x509 generator framework for CTAP library, to be used with Swift projects",
"homepage": "http://EXAMPLE/x509Generator.podspec",
"license": "MIT",
"authors": {
"Hassan Shahbazi": ""
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.com/hassaniiii/x509.git",
"branch": "master"
},
"source_files": [
"Classes",
"x509Generator/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"GRKOpenSSLFramework": [
]
}
}