blob: 957bc8a19d80ff066ab1307dba3a20c1eedc2ccd [file] [log] [blame]
{
"name": "BoxPreviewSDK",
"version": "3.2.0",
"summary": "Box Preview SDK",
"description": "This SDK makes it easy to present Box files.",
"homepage": "https://github.com/box/box-ios-preview-sdk",
"license": "Apache License, Version 2.0",
"authors": {
"Box": "sdks@box.com"
},
"social_media_url": "https://twitter.com/box",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/box/box-ios-preview-sdk.git",
"tag": "v3.2.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"requires_arc": true,
"dependencies": {
"BoxSDK": [
"~> 4.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"PDFKit"
]
}
],
"swift_version": "5.1"
}