blob: 391c6b35939b9a99e4831cc16421ea295a5e9992 [file] [log] [blame]
{
"name": "Ship",
"version": "0.1.2",
"swift_version": "5.0",
"summary": "Ship is a APIKit plugin that can inject common processing to requests on APIKit.",
"homepage": "https://github.com/cats-oss/Ship",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/cats-oss/Ship.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source_files": "Ship/**/*.{h,swift}",
"requires_arc": true,
"dependencies": {
"APIKit": [
"~> 5.0"
]
}
}