Skip to content

Commit

Permalink
chore: Rename podspec
Browse files Browse the repository at this point in the history
Now more closely matches native file naming
  • Loading branch information
iRoachie committed Sep 1, 2019
1 parent dd733d8 commit 17abfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeSearchBar.podspec → RNSearchBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"
package = JSON.parse(File.read(File.join(__dir__, "package.json")))

Pod::Spec.new do |s|
s.name = "ReactNativeSearchBar"
s.name = "RNSearchBar"
s.version = package["version"]
s.source_files = "ios/**/*.{h,m}"
s.platform = :ios, "8.0"
Expand Down

0 comments on commit 17abfb1

Please sign in to comment.