blob: 82ec179e631a5e0197da338144553c783b3ea049 [file] [log] [blame]
{
"name": "DRACOON-SDK",
"version": "1.0.2",
"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": "v1.0.2"
},
"module_name": "dracoon_sdk",
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "dracoon-sdk/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"DRACOON-Crypto-SDK": [
"~> 1.0.2"
]
}
}