[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / 0 / CleverPay / 1.0.3 / CleverPay.podspec.json
blob1f008f4627fb496a3ee64e9d86c44c76206f8784
2   "name": "CleverPay",
3   "version": "1.0.3",
4   "summary": "CleverPay",
5   "homepage": "https://github.com/cleverpumpkin/cleverpay-ios-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Cleverpumpkin, Ltd.",
11   "source": {
12     "git": "https://github.com/cleverpumpkin/cleverpay-ios-sdk.git",
13     "tag": "1.0.3"
14   },
15   "source_files": "CleverPay/**/*.{h,m,swift}",
16   "resource_bundles": {
17     "CleverPay": [
18       "CleverPay/Resources/*.cer",
19       "CleverPay/Resources/*.xcdatamodeld"
20     ]
21   },
22   "swift_version": "4.2",
23   "platforms": {
24     "ios": "10.3"
25   },
26   "pod_target_xcconfig": {
27     "_XC_SLASH": "/",
28     "_XC_DBL_SLASH": "${_XC_SLASH}${_XC_SLASH}",
29     "VERSION_INFO_EXPORT_DECL": "${_XC_DBL_SLASH}",
30     "DEFINES_MODULE": "YES",
31     "GCC_PREPROCESSOR_DEFINITIONS": "PRODUCT_VERSION_NUMBER=1.0 PRODUCT_VERSION_STRING=\\\"1.0.3\\\""
32   },
33   "dependencies": {
34     "Moya": [
35       "~> 11.0"
36     ],
37     "Valet": [
38       "~> 3.1.3"
39     ]
40   }