blob: e52fb77ca18b6f81fef6639d228e96c7b9581ed4 [file] [log] [blame]
{
"name": "x509Generator",
"version": "1.1.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://hasanseifi@bitbucket.org/vancosys/ctap_x509.git",
"branch": "master"
},
"source_files": [
"Classes",
"x509Generator/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"GRKOpenSSLFramework": [
]
}
}