[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 6 / 0 / CleverPay / 0.1.2 / CleverPay.podspec.json
blobca1b8d92fee005bf181b3448b206f36a58b6c099
2   "name": "CleverPay",
3   "version": "0.1.2",
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": "0.1.2"
14   },
15   "source_files": "CleverPay/**/*.{h,m,swift}",
16   "resource_bundles": {
17     "CleverPay": [
18       "CleverPay/Resources/*.cer",
19       "CleverPay/Resources/*.xcdatamodeld"
20     ]
21   },
22   "module_map": "CleverPay/Supporting Files/CleverPay.modulemap",
23   "swift_version": "4.1",
24   "platforms": {
25     "ios": "10.3"
26   },
27   "pod_target_xcconfig": {
28     "_XC_SLASH": "/",
29     "_XC_DBL_SLASH": "${_XC_SLASH}${_XC_SLASH}",
30     "VERSION_INFO_EXPORT_DECL": "${_XC_DBL_SLASH}",
31     "DEFINES_MODULE": "YES",
32     "GCC_PREPROCESSOR_DEFINITIONS": "PRODUCT_VERSION_NUMBER=0.1 PRODUCT_VERSION_STRING=\\\"0.1.2\\\""
33   },
34   "dependencies": {
35     "Moya": [
36       "~> 11.0"
37     ],
38     "Valet": [
39       "~> 3.1.3"
40     ]
41   }