[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 2 / b / AptoUISDK / 2.5.2 / AptoUISDK.podspec.json
blobe9356133d8f2422b606acc7d7da2d3c672baf058
2   "name": "AptoUISDK",
3   "version": "2.5.2",
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     "Ivan Oliver": "ivan@aptopayments.com",
13     "Takeichi Kanzaki": "takeichi@aptopayments.com"
14   },
15   "source": {
16     "git": "https://github.com/AptoPayments/apto-ui-sdk-ios.git",
17     "tag": "2.5.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "module_name": "AptoUISDK",
25   "source_files": [
26     "Pod/Classes/ui/**/*.swift"
27   ],
28   "resources": [
29     "Pod/Assets/*.png",
30     "Pod/Assets/*.css",
31     "Pod/Localization/*.lproj",
32     "Pod/Assets/*.xcassets",
33     "Pod/Fonts/*.ttf"
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       "2.7.1"
55     ],
56     "AptoPCI": [
57       "2.0.0"
58     ],
59     "SnapKit": [
60       "~> 5.0"
61     ],
62     "Bond": [
63       "~> 7.6"
64     ],
65     "GoogleKit": [
66       "~> 0.3"
67     ],
68     "PhoneNumberKit": [
69       "~> 3.2"
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       "~> 3.0"
85     ]
86   },
87   "swift_version": "5.0"