[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 4 / 2 / BoxPreviewSDK / 3.3.0 / BoxPreviewSDK.podspec.json
blobd0d5e33101c0f3d314bcb59e5755374a7a4dd2ae
2   "name": "BoxPreviewSDK",
3   "version": "3.3.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.3.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3",
24     "5.4"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "BoxSDK": [
29       "~> 5.0"
30     ]
31   },
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/**/*.swift",
37       "frameworks": [
38         "Foundation",
39         "UIKit",
40         "PDFKit"
41       ]
42     }
43   ],
44   "swift_version": "5.4"