blob: 657b9cce9d83de589f08e030e9ebb727ebc3dff3 [file] [log] [blame]
{
"name": "Filestack",
"version": "2.5.0",
"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.0"
},
"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.4"
],
"Zip": [
"~> 2.1"
]
},
"swift_version": "5.2"
}