diff --git a/README.md b/README.md index 9ee60f3..edbb328 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ npm install @fireblocks/react-native-ncw-sdk ```sh cd example/ios && bundle exec pod install ``` +3. Open your project's workspace in xcode + +4. File > Add Package Dependecies... > https://github.com/fireblocks/ncw-ios-sdk > Add Package > Add to Target: "Your Project" > Add Package ## Usage diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index f3a258d..b047eac 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -63,7 +63,7 @@ PODS: - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/UserDefaults (~> 7.8) - PromisesObjC (~> 2.1) - - fireblocks-react-native-ncw-sdk (0.1.0): + - fireblocks-react-native-ncw-sdk (0.1.4): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1545,7 +1545,7 @@ SPEC CHECKSUMS: FirebaseCore: 28045c1560a2600d284b9c45a904fe322dc890b6 FirebaseCoreInternal: bca337352024b18424a61e478460547d46c4c753 FirebaseInstallations: 763814908793c0da14c18b3dcffdec71e29ed55e - fireblocks-react-native-ncw-sdk: f6dc9ef0096ac6a82b649cf5567313e3dc066739 + fireblocks-react-native-ncw-sdk: d7c6de799276f8bb0141fa4f4523610d7457c63b Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44 Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 diff --git a/package.json b/package.json index f91cfc3..d1517d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fireblocks/react-native-ncw-sdk", - "version": "0.1.4", + "version": "0.1.5", "description": "NCW SDK Native bridge", "main": "lib/commonjs/index", "module": "lib/module/index",