[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 0 / b / BoxSDK / 5.3.0 / BoxSDK.podspec.json
blob389c9255058a4209994f857756664ad95d8a105a
2   "name": "BoxSDK",
3   "version": "5.3.0",
4   "summary": "Box Swift SDK",
5   "description": "Official Box Swift SDK.",
6   "homepage": "https://github.com/box/box-ios-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-sdk.git",
17     "tag": "v5.3.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3",
24     "5.4",
25     "5.5"
26   ],
27   "requires_arc": true,
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Sources/**/*.swift",
34         "Sources/**/Environment.plist"
35       ],
36       "frameworks": "Foundation"
37     }
38   ],
39   "swift_version": "5.5"