blob: 5cee12fa9cf1569fab0601f9aaa6b534455b8f3e [file] [log] [blame]
{
"name": "Pokepay",
"version": "1.4.0",
"summary": "Pokepay iOS SDK.",
"description": "iOS SDK for Pokepay written in Swift.",
"homepage": "https://pay.pocket-change.jp",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Eitaro Fukamachi": "eitaro.fukamachi@pocket-change.jp"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/pokepay/ios-sdk.git",
"tag": "1.4.0"
},
"source_files": [
"Sources/**/*.swift",
"Sources/**/*.h"
],
"swift_versions": "5.0",
"dependencies": {
"APIKit": [
"~> 4.0.0"
],
"Result": [
"~> 4.0.0"
]
},
"swift_version": "5.0"
}