blob: 751e31a450eccd29d66825bebb671b4ab74607ea [file] [log] [blame]
{
"name": "DRACOON-SDK",
"version": "2.0.0",
"summary": "Official DRACOON SDK",
"description": "This SDK implements access to DRACOON API.",
"homepage": "https://github.com/dracoon/dracoon-swift-sdk",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Mathias Schreiner": "m.schreiner@dracoon.com"
},
"source": {
"git": "https://github.com/dracoon/dracoon-swift-sdk.git",
"tag": "v2.0.0"
},
"module_name": "dracoon_sdk",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"source_files": "dracoon-sdk/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2.0"
],
"DRACOON-Crypto-SDK": [
"~> 2.0.0"
]
},
"swift_version": "5"
}