Skip to content

Commit

Permalink
Merge pull request #7 from SodingMY/master
Browse files Browse the repository at this point in the history
Fix for CocoaPods.
  • Loading branch information
myussufz authored Jan 8, 2019
2 parents 26fa596 + e75fe6c commit 2516279
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
24 changes: 0 additions & 24 deletions ios/RNIpay88Sdk.podspec

This file was deleted.

20 changes: 20 additions & 0 deletions ipay88-sdk.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "ipay88-sdk"
s.version = "1.0.2"
s.summary = "ipay88-sdk"
s.description = <<-DESC
RNIpay88Sdk
DESC
s.homepage = "https://github.com/myussufz/react-native-ipay88-sdk"
s.license = "MIT"
s.author = { "author" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNIpay88Sdk.git", :tag => "master" }

s.source_files = "ios/iPay.h", "ios/IpayPayment.h", "ios/RNIpay88Sdk.h", "ios/RNIpay88Sdk.m"
s.vendored_libraries = "ios/**/*.a"

s.requires_arc = true

s.dependency "React"
end

0 comments on commit 2516279

Please sign in to comment.