blob: 60f66585fd45be6d060c025879a9832fc322eb6b [file] [log] [blame]
{
"name": "x509Generator",
"version": "1.0.0",
"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": [
]
}
}