[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 0 / b / BoxSDK / 4.2.0 / BoxSDK.podspec.json
blob7a2462684db8e0a8e8c15b1f839332a18efd56eb
2   "name": "BoxSDK",
3   "version": "4.2.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": "v4.2.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1",
22     "5.2",
23     "5.3"
24   ],
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Sources/**/*.swift",
32         "Sources/**/Environment.plist"
33       ],
34       "frameworks": "Foundation"
35     }
36   ],
37   "swift_version": "5.3"