blob: 6555eaba41ee02f1952636da55bebd832ae4a383 [file] [log] [blame]
{
"name": "FilestackSDK",
"version": "2.1",
"license": {
"type": "Apache License, Version 2.0\"",
"file": "LICENSE"
},
"homepage": "https://github.com/filestack/filestack-swift",
"authors": {
"Filestack": "ios@filestack.com"
},
"summary": "Official Swift SDK for Filestack.",
"source": {
"git": "https://github.com/filestack/filestack-swift.git",
"tag": "2.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FilestackSDK/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"CryptoSwift": [
"~> 0.15.0"
]
}
}