[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / 1 / TravisClient / 0.2.0 / TravisClient.podspec.json
blob7cfb8fcb22a29d0c177142543ad52e1fa22a066c
2   "name": "TravisClient",
3   "version": "0.2.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/IainSmith/TravisClient",
8   "authors": {
9     "Iain Smith": "Iain@mountain23.com"
10   },
11   "summary": "Swifty Travis v3 API Client",
12   "source": {
13     "git": "https://github.com/IainSmith/travisClient.git",
14     "tag": "0.2.0"
15   },
16   "source_files": "Sources/**/*.swift",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12"
20   },
21   "swift_version": "4.0",
22   "dependencies": {
23     "Result": [
24       "~> 3.0.0"
25     ]
26   }