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