blob: dbf6149aeaf5293d8597216309510587a5f4f624 [file] [log] [blame]
{
"name": "SmartcarAuth",
"version": "1.0.0",
"summary": "Smartcar Authentication SDK for iOS written in Swift 3.",
"description": "Smartcar Authentication SDK for iOS written in Swift 3.\n - Allows the ability to generate buttons to login with each manufacturer which launches the OAuth flow\n - Allows the ability to use dropdown/custom buttons to trigger OAuth flow\n - Facilitates the flow with a SFSafariViewController to redirect to SmartCar and retrieve an access code and an access token",
"homepage": "https://github.com/smartcar/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Smartcar Inc.": "hello@smartcar.com"
},
"source": {
"git": "https://github.com/smartcar/ios-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SmartcarAuth/**/*.swift",
"resource_bundles": {
"SmartcarAuthResources": [
"SmartcarAuthResources.bundle/*"
]
},
"pushed_with_swift_version": "3.0"
}