blob: 828825b8b0bd7ea1a7ceef198c95bdaf6f5f405c [file] [log] [blame]
{
"name": "Kash",
"version": "0.0.1",
"summary": "Kash API Helper Library",
"description": "Helper library for using Kash liveACH API",
"homepage": "http://www.withkash.com",
"license": "MIT",
"authors": {
"Kash Corp.": "info@withkash.com"
},
"source": {
"git": "https://github.com/withkash/kash_ios.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Kash": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"WebViewJavascriptBridge": [
"~> 4.1.4"
]
}
}