[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 2 / b / AptoUISDK / 2.14.0 / AptoUISDK.podspec.json
blobad72c99abefc333b6bcc2759d841111b56f35505
2   "name": "AptoUISDK",
3   "version": "2.14.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     "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.14.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "module_name": "AptoUISDK",
34   "source_files": [
35     "Pod/Classes/ui/**/*.swift"
36   ],
37   "resources": [
38     "Pod/Assets/*.png",
39     "Pod/Assets/*.css",
40     "Pod/Localization/*.lproj",
41     "Pod/Assets/*.xcassets",
42     "Pod/Fonts/*.ttf",
43     "Pod/CHANGELOG_ui.md"
44   ],
45   "frameworks": [
46     "UIKit",
47     "CoreLocation",
48     "Accelerate",
49     "AudioToolbox",
50     "AVFoundation",
51     "CoreGraphics",
52     "CoreMedia",
53     "CoreVideo",
54     "Foundation",
55     "MobileCoreServices",
56     "OpenGLES",
57     "QuartzCore",
58     "Security",
59     "LocalAuthentication",
60     "CallKit"
61   ],
62   "dependencies": {
63     "AptoSDK": [
64       "3.6.0"
65     ],
66     "AptoPCI": [
67       "3.0.0"
68     ],
69     "SnapKit": [
70       "~> 5.0"
71     ],
72     "Bond": [
73       "~> 7.6"
74     ],
75     "GoogleKit": [
76       "~> 0.3"
77     ],
78     "PhoneNumberKit": [
79       "~> 3.2"
80     ],
81     "TTTAttributedLabel": [
82       "~> 2.0"
83     ],
84     "TrustKit": [
85       "~> 1.6.0"
86     ],
87     "Down": [
88       "~> 0.8.0"
89     ],
90     "PullToRefreshKit": [
91       "~> 0.8"
92     ],
93     "TwilioVoice": [
94       "~> 5.0.0"
95     ]
96   },
97   "swift_version": "5.0"