[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 9 / UrpayCards / 0.5.2 / UrpayCards.podspec.json
blob163c1345b102e6d8f2c18da60bf05997dc511231
2   "name": "UrpayCards",
3   "version": "0.5.2",
4   "summary": "A framework for handling Urpay cards in iOS applications.",
5   "description": "UrpayCards is a framework designed for iOS applications to handle card management.",
6   "homepage": "https://github.com/iAhmedWahdan/UrpayCards",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iAhmedWahdan": "ahmednasrwahdan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iAhmedWahdan/UrpayCards.git",
16     "tag": "0.5.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "vendored_frameworks": "UrpayCards.xcframework",
22   "swift_versions": [
23     "5.0"
24   ],
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
27     "ONLY_ACTIVE_ARCH": "NO",
28     "ENABLE_BITCODE": "NO"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "resource_bundles": {
34     "UrpayCardsResources": [
35       "UrpayCards/**/*.xcassets",
36       "UrpayCards/**/*.{xib,storyboard,png,jpg,svg,pdf,json}"
37     ]
38   },
39   "source_files": "UrpayCards/**/*.{swift}",
40   "swift_version": "5.0"