blob: 38e769325090502baa17d03f11a9267969000223 [file] [log] [blame]
{
"name": "FilestackSDK",
"version": "1.2.6",
"license": {
"type": "Apache License, Version 2.0\"",
"file": "LICENSE"
},
"homepage": "https://github.com/filestack/filestack-swift",
"authors": {
"Filestack": "ios@filestack.com"
},
"summary": "Official Swift SDK for Filestack.",
"source": {
"git": "https://github.com/filestack/filestack-swift.git",
"tag": "1.2.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FilestackSDK/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"CryptoSwift": [
"~> 0.10.0"
]
}
}