[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 8 / Ship / 0.1.2 / Ship.podspec.json
blob391c6b35939b9a99e4831cc16421ea295a5e9992
2   "name": "Ship",
3   "version": "0.1.2",
4   "swift_version": "5.0",
5   "summary": "Ship is a APIKit plugin that can inject common processing to requests on APIKit.",
6   "homepage": "https://github.com/cats-oss/Ship",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
13   },
14   "source": {
15     "git": "https://github.com/cats-oss/Ship.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10",
22     "watchos": "2.0"
23   },
24   "source_files": "Ship/**/*.{h,swift}",
25   "requires_arc": true,
26   "dependencies": {
27     "APIKit": [
28       "~> 5.0"
29     ]
30   }