[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / a / wibmo-sdk / 3.1.2 / wibmo-sdk.podspec.json
blob7b86d178b6538efe209853a8b807a6407a24ecbd
2   "name": "wibmo-sdk",
3   "version": "3.1.2",
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     "Wibmo iOS": "iOS@wibmo.com"
13   },
14   "source": {
15     "git": "https://github.com/wibmo/wibmo-iap-sdk-ios.git",
16     "tag": "3.1.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "vendored_frameworks": "WibmoSDK.framework",
29   "dependencies": {
30     "SwiftyJSON": [
31       "~> 5"
32     ],
33     "Alamofire": [
34       "~> 4"
35     ],
36     "WKWebViewJSBridge": [
37       "~> 1.2"
38     ],
39     "SwiftKeychainWrapper": [
40       "~> 3.4"
41     ]
42   },
43   "swift_version": "5.0"