[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 4 / 2 / BoxPreviewSDK / 3.1.0 / BoxPreviewSDK.podspec.json
blobc47635fe930719dccf9551aea21498df748c87ea
2   "name": "BoxPreviewSDK",
3   "version": "3.1.0",
4   "summary": "Box Preview SDK",
5   "description": "This SDK makes it easy to present Box files.",
6   "homepage": "https://github.com/box/box-ios-preview-sdk",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Box": "sdks@box.com"
10   },
11   "social_media_url": "https://twitter.com/box",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/box/box-ios-preview-sdk.git",
17     "tag": "v3.1.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "BoxSDK": [
26       "~> 3.0"
27     ]
28   },
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/**/*.swift",
34       "frameworks": [
35         "Foundation",
36         "UIKit",
37         "PDFKit"
38       ]
39     }
40   ],
41   "swift_version": "5.1"