[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 3 / 4 / Link4Pay / 1.0.7 / Link4Pay.podspec.json
blob89993c17d2ab426e6dc7b5bc775ccabd77c83743
2   "name": "Link4Pay",
3   "version": "1.0.7",
4   "summary": "Official IOS SDK for Link4Pay.",
5   "description": "This is the official IOS SDK for Link4Pay. This SDK connects your IOS Store to the Link4Pay API.\n                       This API SDK functions as a client-side POST, taking input of form data and sending a properly-formatted JSON object\n                       to the Link4Pay API server. The result is a redirect of the client browser to the appropriate bank/payment method URL.\n                       Upon a successful, failed, or cancelled transaction, the client will be redirected to the URL specified in the API.",
6   "homepage": "https://docs.link4pay.com",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Celeris Pay": "support@celerispay.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "ios": {
18     "vendored_frameworks": "gateway_ios_sdk.framework"
19   },
20   "source": {
21     "http": "https://newgenpayments.blob.core.windows.net/ios/Link4Pay_1_0_7.zip"
22   },
23   "pod_target_xcconfig": {
24     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
25   },
26   "public_header_files": "gateway_ios_sdk.framework/Headers/*.h",
27   "source_files": "gateway_ios_sdk.framework/**/*.{h,m,Swift}",
28   "swift_versions": "5.0",
29   "requires_arc": true,
30   "dependencies": {
31     "CryptoSwift": [
32       "~> 1.3.1"
33     ],
34     "BlueCryptor": [
35       "~> 1.0.32"
36     ],
37     "ObjectMapper": [
38       "~> 4.2.0"
39     ]
40   },
41   "swift_version": "5.0"