[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 1 / PayButton / 0.6.5 / PayButton.podspec.json
blob77c9c1452b146458a8abc9bd45e2578800530344
2   "name": "PayButton",
3   "version": "0.6.5",
4   "summary": "PayButton",
5   "description": "PaySky PayButton SDK",
6   "homepage": "https://github.com/payskyCompany/payButtonIOS",
7   "license": {
8     "type": "MIT",
9     "file": "README.md"
10   },
11   "authors": {
12     "payskyCompany": "ahmed.agamy@paysky.io"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/payskyCompany/payButtonIOS.git",
19     "tag": "0.6.5"
20   },
21   "xcconfig": {
22     "APPLY_RULES_IN_COPY_FILES": "YES",
23     "STRINGS_FILE_OUTPUT_ENCODING": "binary",
24     "OTHER_LDFLAGS": "-lz"
25   },
26   "public_header_files": "PayButton/PayButton-Bridging-Header.h",
27   "frameworks": "UIKit",
28   "swift_versions": "5",
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "dependencies": {
36     "Alamofire": [
37       "~> 5.0.5"
38     ],
39     "EVReflection": [
40       "~> 5.10.1"
41     ],
42     "MOLH": [
43       "~> 1.4.3"
44     ],
45     "PayCardsRecognizer": [
46       "~> 1.1.7"
47     ],
48     "PopupDialog": [
49       "~> 1.1.1"
50     ]
51   },
52   "static_framework": true,
53   "requires_arc": true,
54   "source_files": "PayButton/**/*.{swift,h,m}",
55   "resources": "PayButton/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,lproj,json,plist,strings}",
56   "resource_bundles": {
57     "PayButton": [
58       "PayButton/Strings/*.lproj/*.strings"
59     ]
60   },
61   "exclude_files": [
62     "PayButton/TestApi/Base.lproj/LaunchScreen.storyboard",
63     "PayButton/TestApi/Base.lproj/Main.storyboard",
64     "PayButton/TestApi/ViewController.swift",
65     "PayButton/AppDelegate.swift",
66     "PayButton/Info.plist",
67     "PayButton/Assets.xcassets/AppIcon.appiconset/**"
68   ],
69   "swift_version": "5"