[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / 3 / XCServerAPI / 1.0.2 / XCServerAPI.podspec.json
blob3a273cb86cef7939fedf8740ea1139d338c01048
2   "name": "XCServerAPI",
3   "version": "1.0.2",
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": "1.0.2"
15   },
16   "source_files": "Sources/*",
17   "platforms": {
18     "ios": "9.1"
19   },
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "dependencies": {
23     "CodeQuickKit": [
24       "~> 2.5"
25     ]
26   }