blob: dd5f8d0b8c56e6d60d03863030caabfcd222908d [file] [log] [blame]
{
"name": "Filestack",
"version": "2.5.1",
"license": {
"type": "Apache License, Version 2.0\"",
"file": "LICENSE"
},
"homepage": "https://github.com/filestack/filestack-ios",
"authors": {
"Filestack": "ios@filestack.com"
},
"summary": "Official iOS SDK for Filestack.",
"source": {
"git": "https://github.com/filestack/filestack-ios.git",
"tag": "2.5.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/Filestack/**/*.{h,swift}",
"resources": [
"Sources/Filestack/UI/Storyboards/*.storyboard",
"Sources/Filestack/Resources/*.xcassets"
],
"public_header_files": "Sources/**/*.h",
"swift_versions": [
4.2,
5.2
],
"dependencies": {
"Alamofire": [
"~> 4.9"
],
"FilestackSDK": [
"~> 2.5"
],
"Zip": [
"~> 2.1"
]
},
"swift_version": "5.2"
}