[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / c / 6 / XcodeServerSDK / 0.5.2 / XcodeServerSDK.podspec.json
blob7856ac364d530c9f224a832379d7393c5be3e1d2
2   "name": "XcodeServerSDK",
3   "version": "0.5.2",
4   "summary": "Access Xcode Server API with native Swift objects.",
5   "homepage": "https://github.com/czechboy0/XcodeServerSDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Honza Dvorsky": "honzadvorsky.com"
12   },
13   "social_media_url": "http://twitter.com/czechboy0",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/czechboy0/XcodeServerSDK.git",
22     "tag": "v0.5.2"
23   },
24   "source_files": "XcodeServerSDK/**/*.{swift}",
25   "dependencies": {
26     "BuildaUtils": [
27       "~> 0.2.3"
28     ]
29   }