Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Carthage support #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Version](https://img.shields.io/cocoapods/v/Spreedly.svg?style=flat)](http://cocoapods.org/pods/Spreedly)
[![License](https://img.shields.io/cocoapods/l/Spreedly.svg?style=flat)](http://cocoapods.org/pods/Spreedly)
[![Platform](https://img.shields.io/cocoapods/p/Spreedly.svg?style=flat)](http://cocoapods.org/pods/Spreedly)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)


Spreedly's official iOS SDK. Tokenize credit cards and Apple Pay payment methods directly in your app. Native support for 3DS 2.0 authentication flows using Adyen with more gateways actively being added.

Expand All @@ -14,6 +16,8 @@ Spreedly's official iOS SDK. Tokenize credit cards and Apple Pay payment methods

## Installation

### CocoaPods

Spreedly is available through [CocoaPods](http://cocoapods.org). To install
it, simply add `Spreedly` to your Podfile:

Expand All @@ -28,6 +32,18 @@ end

```

### Carthage

To integrate Spreedly into your Xcode project using Carthage, specify it in your Cartfile:

```
github "spreedly/spreedly-ios"
```

Run carthage update to build the framework and drag the built Spreedly.framework into your Xcode project.

If you're integrating into an existing Objective-C app, be sure to add the header file in the appropriate view controller.

## Tokenization

_Note: Tokenization improvements are being actively developed. Future versions may change how this is currently works._
Expand Down
99 changes: 99 additions & 0 deletions Spreedly.xcodeproj/xcshareddata/xcschemes/Spreedly.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "63E67F401BC6BE4B0023E846"
BuildableName = "Spreedly.framework"
BlueprintName = "Spreedly"
ReferencedContainer = "container:Spreedly.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "63E67F4A1BC6BE4B0023E846"
BuildableName = "SpreedlyTests.xctest"
BlueprintName = "SpreedlyTests"
ReferencedContainer = "container:Spreedly.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "63E67F401BC6BE4B0023E846"
BuildableName = "Spreedly.framework"
BlueprintName = "Spreedly"
ReferencedContainer = "container:Spreedly.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "63E67F401BC6BE4B0023E846"
BuildableName = "Spreedly.framework"
BlueprintName = "Spreedly"
ReferencedContainer = "container:Spreedly.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "63E67F401BC6BE4B0023E846"
BuildableName = "Spreedly.framework"
BlueprintName = "Spreedly"
ReferencedContainer = "container:Spreedly.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>