Skip to content

Commit 6abd906

Browse files
committed
Updated podspec
1 parent 0e135b7 commit 6abd906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flex-api-ios-sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Pod::Spec.new do |spec|
1212
spec.version = "1.0.0"
1313
spec.summary = "Cybersource Flex V2 iOS SDK."
1414
spec.description = "This SDK allows mobile developers to provide credit card payment functionality within their iOS applications, without having to pass sensitive card data back to their application backend servers."
15-
spec.homepage = "https://github.com/CyberSource/flex-v2-ios-sample"
15+
spec.homepage = "https://github.com/CyberSource/flex-api-ios-sdk"
1616
spec.license = "MIT"
1717
spec.author = { "Cybersource" => "www.cybersource.com" }
1818
spec.platform = :ios, "13.0"
19-
spec.source = { :path => '.'}
19+
spec.source = { :git => "https://github.com/CyberSource/flex-api-ios-sdk.git", :tag => spec.version }
2020

2121
# spec.source = { :git => "http://EXAMPLE/flex-api-ios-sdk.git", :tag => "#{spec.version}" }
2222
spec.source_files = "flex-api-ios-sdk/**/*.{h,m,swift,modulemap}"

0 commit comments

Comments
 (0)