[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 2 / b / AptoUISDK / 2.15.0 / AptoUISDK.podspec.json
blob2b0ee984f187fefdec772048adc0dcb3ddadf9bb
2   "name": "AptoUISDK",
3   "version": "2.15.0",
4   "summary": "The Apto UI platform iOS SDK.",
5   "description": "Apto iOS UI SDK provides a UI flow that allows to easily integrate the platform in your app.",
6   "homepage": "https://github.com/AptoPayments/apto-ui-sdk-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Apto Payments": "mobile@aptopayments.com"
13   },
14   "source": {
15     "git": "https://github.com/AptoPayments/apto-ui-sdk-ios.git",
16     "tag": "2.15.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "module_name": "AptoUISDK",
33   "source_files": [
34     "Pod/Classes/ui/**/*.swift"
35   ],
36   "resources": [
37     "Pod/Assets/*.png",
38     "Pod/Assets/*.css",
39     "Pod/Localization/*.lproj",
40     "Pod/Assets/*.xcassets",
41     "Pod/Fonts/*.ttf",
42     "Pod/CHANGELOG_ui.md"
43   ],
44   "frameworks": [
45     "UIKit",
46     "CoreLocation",
47     "Accelerate",
48     "AudioToolbox",
49     "AVFoundation",
50     "CoreGraphics",
51     "CoreMedia",
52     "CoreVideo",
53     "Foundation",
54     "MobileCoreServices",
55     "OpenGLES",
56     "QuartzCore",
57     "Security",
58     "LocalAuthentication",
59     "CallKit"
60   ],
61   "dependencies": {
62     "AptoSDK": [
63       "3.7.0"
64     ],
65     "AptoPCI": [
66       "3.0.0"
67     ],
68     "SnapKit": [
69       "~> 5.0"
70     ],
71     "Bond": [
72       "~> 7.6"
73     ],
74     "GoogleKit": [
75       "~> 0.3"
76     ],
77     "PhoneNumberKit": [
78       "~> 3.2"
79     ],
80     "TTTAttributedLabel": [
81       "~> 2.0"
82     ],
83     "TrustKit": [
84       "~> 1.6.0"
85     ],
86     "Down": [
87       "~> 0.8.0"
88     ],
89     "PullToRefreshKit": [
90       "~> 0.8"
91     ],
92     "TwilioVoice": [
93       "~> 5.0.0"
94     ]
95   },
96   "swift_version": "5.0"