[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / 2 / b / AptoUISDK / 2.10.0 / AptoUISDK.podspec.json
blob0cf3f87bff7f500eef54c5dda5d9ef962da3809b
2   "name": "AptoUISDK",
3   "version": "2.10.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.10.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   ],
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.2.0"
64     ],
65     "AptoPCI": [
66       "2.1.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"