[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / d / a / wibmo-sdk / 3.0.0 / wibmo-sdk.podspec.json
blob37d7add36035e3b8920195275ce7a22ce7a201d9
2   "name": "wibmo-sdk",
3   "version": "3.0.0",
4   "summary": "A framework for merchants to enable PayZapp IAP Transactions from their app.",
5   "description": "This pod is especially created for merchants to do the PayZapp iap transactions.\n    Merchant can use various iap configurations for allowing only wallet, only cards etc for iap transactions.\n    An Example app is available for viewing the usage for the pod.",
6   "homepage": "https://github.com/wibmo/wibmo-iap-sdk-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "akhtarraza": "akthar.khan@wibmo.com"
13   },
14   "source": {
15     "git": "https://github.com/wibmo/wibmo-iap-sdk-ios.git",
16     "tag": "3.0.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "vendored_frameworks": "WibmoSDK.framework",
23   "dependencies": {
24     "wibmo-analytics": [
25       "~> 2.1"
26     ],
27     "SwiftyJSON": [
28       "~> 4.2"
29     ],
30     "Alamofire": [
31       "~> 4"
32     ],
33     "WKWebViewJSBridge": [
34       "~> 1.2"
35     ],
36     "SwiftKeychainWrapper": [
37       "~> 3.2"
38     ]
39   }