[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 1 / 0 / b / BoxSDK / 3.1.0 / BoxSDK.podspec.json
blob458043b5f7639b8b6e78ab49f9f29a7a5b5bf052
2   "name": "BoxSDK",
3   "version": "3.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     "osx": "10.13",
15     "watchos": "4.0",
16     "tvos": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/box/box-ios-sdk.git",
20     "tag": "v3.1.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "requires_arc": true,
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/**/*.swift",
33         "Sources/**/Environment.plist"
34       ],
35       "frameworks": "Foundation"
36     }
37   ],
38   "swift_version": "5.1"