[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 6 / d / 5 / Birch / 1.8.0 / Birch.podspec.json
blob5ad2df139de3d6e565e4de05dbfa6cc3d779828f
2   "name": "Birch",
3   "version": "1.8.0",
4   "summary": "Remote logger for the Birch platform.",
5   "homepage": "https://github.com/gruffins/birch-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ryan Fung": "ryan@ryanfung.com"
12   },
13   "source": {
14     "git": "https://github.com/gruffins/birch-swift.git",
15     "tag": "1.8.0"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "tvos": "13.0",
20     "osx": "10.15"
21   },
22   "swift_versions": "5.7",
23   "source_files": "Sources/Birch/Classes/**/*",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/**/*.swift",
29       "dependencies": {
30         "Quick": [
32         ],
33         "Nimble": [
35         ]
36       }
37     }
38   ],
39   "swift_version": "5.7"