diff --git a/ios/Podfile b/ios/Podfile index 199612d..1d29071 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,6 +5,9 @@ require Pod::Executable.execute_command('node', ['-p', {paths: [process.argv[1]]}, )', __dir__]).strip +source 'https://github.com/tyro/connect-cocoapods.git' +source 'https://cdn.cocoapods.org/' + # Read the min iOS version from xcode prj and set min iOS version for Podfile require 'xcodeproj' project_path = './exampleApp.xcodeproj' diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 86b8f7b..d2a1eed 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2,6 +2,7 @@ PODS: - boost (1.76.0) - CocoaAsyncSocket (7.6.5) - DoubleConversion (1.1.6) + - Factory (2.3.2) - FBLazyVector (0.72.7) - FBReactNativeSpec (0.72.7): - RCT-Folly (= 2021.07.22.00) @@ -491,9 +492,14 @@ PODS: - RNSVG (14.1.0): - React-Core - SocketRocket (0.6.1) - - tyro-pay-api-react-native (0.0.1-alpha.2): + - SwiftyBeaver (2.0.0) + - tyro-pay-api-react-native (0.0.1-alpha.3): - RCT-Folly (= 2021.07.22.00) - React-Core + - TyroApplePay (= 0.0.1) + - TyroApplePay (0.0.1): + - Factory + - SwiftyBeaver - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -567,8 +573,11 @@ DEPENDENCIES: - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: + https://github.com/tyro/connect-cocoapods.git: + - TyroApplePay trunk: - CocoaAsyncSocket + - Factory - Flipper - Flipper-Boost-iOSX - Flipper-DoubleConversion @@ -581,6 +590,7 @@ SPEC REPOS: - libevent - OpenSSL-Universal - SocketRocket + - SwiftyBeaver - YogaKit EXTERNAL SOURCES: @@ -674,6 +684,7 @@ SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + Factory: 3a9d0809910130d609b34d4554828e6ecce519ff FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597 FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671 Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818 @@ -724,10 +735,12 @@ SPEC CHECKSUMS: ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6 RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 - tyro-pay-api-react-native: e9ccad89ca70def21c2f3231af42701250dee86f + SwiftyBeaver: 014b0c12065026b731bac80305294f27d63e27f6 + tyro-pay-api-react-native: 7ca9270bcde7cc9bc5617c95d3d1f731bcc298d0 + TyroApplePay: d4fdafd3270c5a5396dd24c338c829a7fdc58bb4 Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 18fd48e808e852bd26c1f45356abe046e8173b89 +PODFILE CHECKSUM: 1b3f4282285be9a8520a9967f7a3ed5317366b0a COCOAPODS: 1.15.2 diff --git a/package-lock.json b/package-lock.json index e66af4a..e3e9864 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "@tyro/tyro-pay-api-react-native-example-app", "version": "0.0.1", "dependencies": { - "@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.2", + "@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.3", "react": "18.2.0", "react-native": "0.72.7", "react-native-svg": "^14.1.0", @@ -4780,9 +4780,9 @@ } }, "node_modules/@tyro/tyro-pay-api-react-native": { - "version": "0.0.1-alpha.2", - "resolved": "https://npm.pkg.github.com/download/@tyro/tyro-pay-api-react-native/0.0.1-alpha.2/9eab9ec03f2b9d3e62bb723166cd6c5850007779", - "integrity": "sha512-c+uSrKIB1426GzsregsAh+Mb8WGhkuRR/NuyzCWpGWi+CqFtyi+Mwpq2yYX2kont/xcw/QesUTVP283OdJZoBw==", + "version": "0.0.1-alpha.3", + "resolved": "https://npm.pkg.github.com/download/@tyro/tyro-pay-api-react-native/0.0.1-alpha.3/0ce3b502d43a5a8dce0eaee6f153c00937470296", + "integrity": "sha512-Gv5Bf6M8C/OWb93Xvm/0kILhstP4fHC3mJ6p6DiKRjTpMzjqVULPId+9SGVT6umYFoZmiFnyZhYQYvUS7fyvbw==", "peerDependencies": { "react": "*", "react-native": "*", diff --git a/package.json b/package.json index 6e1175a..c3f05ce 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gradlew:build:sdk": "cd android && chmod +x ./gradlew && ./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off clean build" }, "dependencies": { - "@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.2", + "@tyro/tyro-pay-api-react-native": "^0.0.1-alpha.3", "react": "18.2.0", "react-native": "0.72.7", "react-native-svg": "^14.1.0",