[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 3 / XCServerAPI / 5.0.0 / XCServerAPI.podspec.json
bloba64fc5b58f51dc21cce6c11651340de514043614
2   "name": "XCServerAPI",
3   "version": "5.0.0",
4   "summary": "API and model classes for interacting with an Xcode Server REST API.",
5   "description": "The Xcode Server REST API can be a powerful tool for interacting and managing Xcode bots and integrations.\nThis framework models many of the Xcode Server entities and provides a simple interface for retrieving data.",
6   "homepage": "https://github.com/richardpiazza/XCServerAPI",
7   "license": "MIT",
8   "authors": {
9     "Richard Piazza": "github@richardpiazza.com"
10   },
11   "social_media_url": "https://twitter.com/richardpiazza",
12   "source": {
13     "git": "https://github.com/richardpiazza/XCServerAPI.git",
14     "tag": "5.0.0"
15   },
16   "source_files": "Sources/*",
17   "frameworks": "Foundation",
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "dependencies": {
21     "CodeQuickKit": [
22       "~> 6.4"
23     ],
24     "BZipper": [
25       "~> 1.0.3"
26     ]
27   },
28   "platforms": {
29     "osx": "10.13",
30     "ios": "11.0",
31     "tvos": "11.0",
32     "watchos": "4.0"
33   }