blob: 3abc376a47c5817e415173507c36dd53453805f7 [file] [log] [blame]
{
"name": "x509Generator",
"version": "0.0.1",
"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": [
]
}
}