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