blob: c47635fe930719dccf9551aea21498df748c87ea [file] [log] [blame]
{
"name": "BoxPreviewSDK",
"version": "3.1.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.1.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"requires_arc": true,
"dependencies": {
"BoxSDK": [
"~> 3.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"PDFKit"
]
}
],
"swift_version": "5.1"
}