blob: 3c9c47c251c98826cc17efcbb23262faef94c97a [file] [log] [blame]
{
"name": "Filestack",
"version": "2.7.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.7.1"
},
"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": {
"FilestackSDK": [
"~> 2.6"
],
"ZIPFoundation": [
"~> 0.9"
]
},
"swift_version": "5.2"
}