[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 2 / b / AptoUISDK / 3.21.0 / AptoUISDK.podspec.json
blobf47d665241c4d32fdadfcb6d45c559fce24a1ea5
2   "name": "AptoUISDK",
3   "version": "3.21.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": "3.21.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "module_name": "AptoUISDK",
24   "source_files": [
25     "Pod/Classes/ui/**/*.swift"
26   ],
27   "resources": [
28     "Pod/Assets/*.png",
29     "Pod/Assets/*.css",
30     "Pod/Localization/*.lproj",
31     "Pod/Assets/*.xcassets",
32     "Pod/Fonts/*.ttf",
33     "Pod/CHANGELOG_ui.md"
34   ],
35   "frameworks": [
36     "UIKit",
37     "CoreLocation",
38     "Accelerate",
39     "AudioToolbox",
40     "AVFoundation",
41     "CoreGraphics",
42     "CoreMedia",
43     "CoreVideo",
44     "Foundation",
45     "MobileCoreServices",
46     "OpenGLES",
47     "QuartzCore",
48     "Security",
49     "LocalAuthentication",
50     "CallKit"
51   ],
52   "dependencies": {
53     "AptoSDK": [
54       "3.20.0"
55     ],
56     "AptoPCI": [
57       "3.2.0"
58     ],
59     "SnapKit": [
60       "~> 5.0"
61     ],
62     "Bond": [
63       "~> 7.6"
64     ],
65     "GoogleKit": [
66       "~> 0.3"
67     ],
68     "PhoneNumberKit": [
69       "~> 3.3.3"
70     ],
71     "TTTAttributedLabel": [
72       "~> 2.0"
73     ],
74     "TrustKit": [
75       "~> 1.6.0"
76     ],
77     "Down": [
78       "~> 0.8.0"
79     ],
80     "PullToRefreshKit": [
81       "~> 0.8"
82     ],
83     "TwilioVoice": [
84       "~> 6.3.1"
85     ]
86   },
87   "swift_version": "5.0"