blob: 4c9ce29386fb56bf040d15c466cea60aa56d682c [file] [log] [blame]
{
"name": "TTPayments",
"version": "0.1.0",
"summary": "The Touchtech Payments iOS SDK, for integrating TouchTech Payments authentication into your iOS application.",
"description": "The TouchTech Payments iOS SDK, for integrating TouchTech Payments authentication into your iOS application. The SDK supports iOS 9.3.",
"homepage": "https://github.com/Touch-Tech-Payments/ttpayments-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"David Parsons": "dave@touchtechpayments.com"
},
"source": {
"http": "https://github.com/Touch-Tech-Payments/ttpayments-ios/releases/download/0.1.0/TTPayments.zip"
},
"platforms": {
"ios": "9.3"
},
"dependencies": {
"Starscream": [
"~> 2.0.0"
],
"CryptoSwift": [
"~> 0.6.0"
],
"Realm": [
"~> 1.1.0"
],
"RealmSwift": [
"~> 1.1.0"
]
},
"ios": {
"vendored_frameworks": "TTPayments.framework"
},
"pushed_with_swift_version": "3.0"
}