blob: af1cd0db102d749d1dac38361abfa3094f6e57e3 [file] [log] [blame]
{
"name": "SaltEdge-iOS",
"version": "1.2.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/).\n The library aims to come in handy with some core API requests such as connecting a login, fetching accounts/transactions, et al.\n",
"homepage": "https://github.com/saltedge/saltedge-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/saltedge/saltedge-ios.git",
"tag": "v1.2.0"
},
"source_files": "Classes/**/**.{h,m}",
"requires_arc": true,
"authors": "SaltEdge",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.3.1"
]
}
}