blob: 93c80255176312d5985ffef9f18e5f94b01d1b62 [file] [log] [blame]
{
"name": "PaymentHighway",
"version": "1.0.5",
"summary": "Solinor Payment Highway framework for iOS.",
"description": "This is the Solinor Payment Highway iOS SDK. Solinor Payment Highway is the smoothest service for accepting card payments, one-click payments, recurring charging and for tailor made payment solutions.",
"homepage": "https://paymenthighway.fi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juha Salo": "juha.salo@solinor.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/solinor/paymenthighway-ios-framework.git",
"tag": "v-1.0.5"
},
"requires_arc": true,
"resources": [
"PaymentHighway/*.{storyboard,lproj,xcassets,png}",
"PaymentHighway/IQKeybordManagerSwift/Resources/IQKeyboardManager.bundle/*.png"
],
"source_files": [
"PaymentHighway",
"PaymentHighway/*.{h,swift}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"CryptoSwift": [
"~> 0.6.9"
]
},
"pushed_with_swift_version": "3.0"
}