blob: c3f26d427cae2c559fa98bcce73e85f1095422b7 [file] [log] [blame]
{
"name": "Filestack",
"version": "2.5.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/Filestack/**/*.{h,swift}",
"resources": [
"Sources/Filestack/Resources/*.{storyboard,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"
}