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

Add cocoapods spec #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions Adyen-CSE-iOS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "Adyen-CSE-iOS"
s.version = "1.0.1"
s.summary = "Sample code for client-side encryption on iOS"
s.homepage = "https://github.com/Adyen/CSE-iOS"
# FIXME: set the license before submitting to cocoapods repo
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "Adyen" => "support@adyen.com" }
s.platform = :ios
s.source = { :git => "https://github.com/Adyen/CSE-iOS.git", :tag => "1.0.1" }
s.source_files = "ADYEncryption/*.{h,m}"
end