omnipay-reactnative-sdk 1.2.3-beta.4 → 1.2.3-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ #ifndef omnipay_reactnative_sdk_h
2
+ #define omnipay_reactnative_sdk_h
3
+
4
+ #import <React/RCTBridgeModule.h>
5
+
6
+ #endif /* omnipay_reactnative_sdk_h */
@@ -17,6 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source = { :git => "https://github.com/engrtitus/omnipay-reactnative-sdk.git", :tag => "#{s.version}" }
18
18
 
19
19
  s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
20
+ s.public_header_files = "ios/*.h"
20
21
  s.requires_arc = true
21
22
 
22
23
  # Use static framework to resolve Swift modular headers issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipay-reactnative-sdk",
3
- "version": "1.2.3-beta.4",
3
+ "version": "1.2.3-beta.5",
4
4
  "description": "Omnipay react native sdk",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",