[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 7 / 4 / PlaidClient / 0.2.3 / PlaidClient.podspec.json
blobee23535220eb62b5ba4c561b8730f055dbdd3959
2   "name": "PlaidClient",
3   "version": "0.2.3",
4   "summary": "A Swift library to interact with Plaid.com.",
5   "homepage": "https://github.com/natemann/PlaidClient.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nate Mann": "nathan.mann@me.com"
12   },
13   "source": {
14     "git": "https://github.com/natemann/PlaidClient.git",
15     "tag": "0.2.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "PlaidClient/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 3.0"
26     ]
27   }