blob: db964213c8ad200ae9d7e5f8aec8d114e6c91bab [file] [log] [blame]
{
"name": "PlaidClient",
"version": "0.2.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PlaidClient/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}