blob: 760a9dc894334b003d8ee2f93d45dcb33848fc35 [file] [log] [blame]
{
"name": "FilestackSDK",
"version": "2.5.2",
"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.5.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*.{h,swift}",
"exclude_files": "Sources/**/SPMSupport/*.*",
"public_header_files": "Sources/**/*.h",
"swift_versions": [
4.2,
5.2
],
"dependencies": {
"Alamofire": [
"~> 4.9"
]
},
"swift_version": "5.2"
}