blob: c294d7a87bb8070222b79441c59f117d483aa98c [file] [log] [blame]
{
"name": "SaltEdge-iOS-Swift",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"module_name": "SaltEdge",
"dependencies": {
"TrustKit": [
]
},
"source_files": "saltedge-ios-swift/Classes/**/*"
}