[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 5 / 8 / Kash / 0.0.1 / Kash.podspec.json
blob828825b8b0bd7ea1a7ceef198c95bdaf6f5f405c
2   "name": "Kash",
3   "version": "0.0.1",
4   "summary": "Kash API Helper Library",
5   "description": "Helper library for using Kash liveACH API",
6   "homepage": "http://www.withkash.com",
7   "license": "MIT",
8   "authors": {
9     "Kash Corp.": "info@withkash.com"
10   },
11   "source": {
12     "git": "https://github.com/withkash/kash_ios.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Kash": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "WebViewJavascriptBridge": [
27       "~> 4.1.4"
28     ]
29   }