[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 8 / Frames / 3.4.3 / Frames.podspec.json
blob0f1f890833e5bd46250fe48c25600d9de991bbef
2   "name": "Frames",
3   "version": "3.4.3",
4   "summary": "Checkout API Client, Payment Form UI and Utilities in Swift",
5   "description": "Checkout API Client and Payment Form Utilities in Swift.\nThis library contains methods to implement a payment form as well as UI elements.",
6   "homepage": "https://github.com/checkout/frames-ios.git",
7   "swift_versions": "5.0",
8   "license": "MIT",
9   "authors": {
10     "Checkout.com Integration": "integration@checkout.com"
11   },
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/checkout/frames-ios.git",
17     "tag": "3.4.3"
18   },
19   "source_files": "Source/**/*.swift",
20   "exclude_files": "Classes/Exclude",
21   "resources": "Source/Resources/**/*",
22   "dependencies": {
23     "PhoneNumberKit": [
24       "~> 3.3"
25     ],
26     "Alamofire": [
27       "~> 5.4"
28     ],
29     "CheckoutEventLoggerKit": [
30       "~> 1.0"
31     ]
32   },
33   "pod_target_xcconfig": {
34     "VALID_ARCHS": "arm64 armv7 x86_64"
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "source_files": "Tests/**/*.swift",
41       "dependencies": {
42         "Mockingjay": [
43           "~> 3.0.0-alpha.1"
44         ]
45       },
46       "exclude_files": "Tests/LinuxMain.swift",
47       "resources": "Tests/Fixtures/*"
48     }
49   ],
50   "swift_version": "5.0"