blob: 569bef06c9bc3f9f9c0c15fb466befc317f3511b [file] [log] [blame]
{
"name": "Filestack",
"version": "1.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": "1.5.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Filestack/**/*.{h,swift}",
"resources": [
"Filestack/UI/*.storyboard",
"Filestack/Resources/*.xcassets"
],
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"FilestackSDK": [
"~> 1.2.7"
],
"SSZipArchive": [
"~> 2.1"
]
}
}