[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 3 / 4 / Link4Pay / 1.0.0 / Link4Pay.podspec.json
blob4e6076452d60a640c4ef7c703da8deaa6370ab98
2   "name": "Link4Pay",
3   "version": "1.0.0",
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.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   "dependencies": {
30     "CryptoSwift": [
31       "~> 1.0"
32     ],
33     "BlueCryptor": [
35     ],
36     "ObjectMapper": [
37       "~> 3.5"
38     ]
39   },
40   "swift_version": "5.0"