blob: ee23535220eb62b5ba4c561b8730f055dbdd3959 [file] [log] [blame]
{
"name": "PlaidClient",
"version": "0.2.3",
"summary": "A Swift library to interact with Plaid.com.",
"homepage": "https://github.com/natemann/PlaidClient.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nate Mann": "nathan.mann@me.com"
},
"source": {
"git": "https://github.com/natemann/PlaidClient.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PlaidClient/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}