[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 9 / Expefast / 1.3.10 / Expefast.podspec.json
blobe8021cc4084c8d4e51fe5b3114e509a281ccb88a
2   "name": "Expefast",
3   "version": "1.3.10",
4   "summary": "Official IOS SDK for Expefast.",
5   "description": "This is the official IOS SDK for Expefast. This SDK connects your IOS Store to the Expefast 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 Expefast 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.expefast.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/Expefast_1_3_10.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"