Skip to content

Commit

Permalink
fix podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Nov 7, 2019
1 parent a9572c3 commit 9c8e893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ReactNativeKeyboardTrackingView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = "ReactNativeKeyboardTrackingViewLib"
s.name = "ReactNativeKeyboardTrackingView"
s.version = package['version']
s.summary = "React Native Keyboard Tracking View"

Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = package['license']
s.platforms = { :ios => "9.0", :tvos => "9.2" }

s.module_name = 'ReactNativeKeyboardTrackingViewLib'
s.module_name = 'ReactNativeKeyboardTrackingView'

s.source = { :git => "https://github.com/wix/react-native-keyboard-tracking-view", :tag => "#{s.version}" }
s.source_files = "lib/**/*.{h,m}"
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ

target 'ReactNativeKeyboardTrackingView' do

pod 'ReactNativeKeyboardTrackingViewLib', :path => "../../ReactNativeKeyboardTrackingView.podspec"
pod 'ReactNativeKeyboardTrackingView', :path => "../../ReactNativeKeyboardTrackingView.podspec"

# Pods for ReactNativeKeyboardTrackingView
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ PODS:
- React-cxxreact (= 0.61.4)
- React-jsi (= 0.61.4)
- ReactCommon/jscallinvoker (= 0.61.4)
- ReactNativeKeyboardTrackingViewLib (5.5.0):
- ReactNativeKeyboardTrackingView (5.6.0):
- React
- Yoga (1.14.0)

Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeKeyboardTrackingViewLib (from `../../ReactNativeKeyboardTrackingView.podspec`)
- ReactNativeKeyboardTrackingView (from `../../ReactNativeKeyboardTrackingView.podspec`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -305,7 +305,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/Libraries/Vibration"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
ReactNativeKeyboardTrackingViewLib:
ReactNativeKeyboardTrackingView:
:path: "../../ReactNativeKeyboardTrackingView.podspec"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"
Expand Down Expand Up @@ -336,9 +336,9 @@ SPEC CHECKSUMS:
React-RCTText: 21934e0a51d522abcd0a275407e80af45d6fd9ec
React-RCTVibration: 0f76400ee3cec6edb9c125da49fed279340d145a
ReactCommon: a6a294e7028ed67b926d29551aa9394fd989c24c
ReactNativeKeyboardTrackingViewLib: c6b368d7d5a8ae3c1ae885ec2543285cae0993cd
ReactNativeKeyboardTrackingView: d4865befae9e08ef0cf6353295e0c98b3bd9e793
Yoga: ba3d99dbee6c15ea6bbe3783d1f0cb1ffb79af0f

PODFILE CHECKSUM: a3eeee06acfb808d2dce371d5cf339010127eb72
PODFILE CHECKSUM: 7cbe8eef47c948ce74f562575528b4eed66b9c4d

COCOAPODS: 1.8.4

0 comments on commit 9c8e893

Please sign in to comment.