blob: 33c982a1cfb5e8630d921532cb3df4411730928e [file] [log] [blame]
{
"name": "Filestack",
"version": "2.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.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Filestack/**/*.{h,swift}",
"resources": [
"Filestack/UI/*.storyboard",
"Filestack/Resources/*.xcassets"
],
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"FilestackSDK": [
"~> 2.0"
],
"SSZipArchive": [
"2.2.2"
],
"SVProgressHUD": [
"~> 2.2"
]
}
}