[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / b / BoxSDK / 4.0.0 / BoxSDK.podspec.json
blob3c67ecabf66940e8f73b8fd9991a5999f62b083a
2   "name": "BoxSDK",
3   "version": "4.0.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.0.0"
18   },
19   "swift_versions": [
20     "5.0",
21     "5.1"
22   ],
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Sources/**/*.swift",
30         "Sources/**/Environment.plist"
31       ],
32       "frameworks": "Foundation"
33     }
34   ],
35   "swift_version": "5.1"