blob: 9cff8a12726ab0cda849e8d364e90ae508a6c263 [file] [log] [blame]
{
"name": "TTLogin",
"version": "0.1.0",
"summary": "The TouchTech Login iOS SDK, for integrating TouchTech Login into your iOS application.",
"description": "The TouchTech Login iOS SDK, for integrating TouchTech Login into your iOS application. The SDK supports iOS 9 and iOS 10.",
"homepage": "https://github.com/Touch-Tech-Payments/ttlogin-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"David Parsons": "dave@touchtechpayments.com"
},
"source": {
"http": "https://github.com/Touch-Tech-Payments/ttlogin-ios/releases/download/v0.1.0/TTLogin.zip"
},
"requires_arc": true,
"platforms": {
"ios": "9.3"
},
"dependencies": {
"Starscream": [
"~> 2.0"
],
"CryptoSwift": [
"~> 0.6"
],
"Realm": [
"~> 2.1"
],
"RealmSwift": [
"~> 2.1"
]
},
"vendored_frameworks": "TTLogin/TTLogin.framework",
"pushed_with_swift_version": "3.0"
}