blob: ef17e53d34250790c17baeb14896e321fd41fa0a [file] [log] [blame]
{
"name": "SaltEdge-iOS-Swift",
"version": "1.1.0",
"summary": "A handful of classes to help you interact with the Salt Edge API from your iOS app.",
"description": "SaltEdge-iOS is a library targeted at easing the interaction with the [Salt Edge API](https://docs.saltedge.com/).\nThe library aims to come in handy with some core API requests such as connecting a login, fetching accounts/transactions, et al.",
"homepage": "https://github.com/saltedge/saltedge-ios-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "SaltEdge",
"source": {
"git": "https://github.com/saltedge/saltedge-ios-swift.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"module_name": "SaltEdge",
"dependencies": {
"TrustKit": [
]
},
"source_files": "saltedge-ios-swift/Classes/**/*"
}