Skip to content

Commit 195d08e

Browse files
committed
fix: wrong name in podspec
1 parent 1654345 commit 195d08e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-airplay-button",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-airplay-button.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ require "json"
33
package = JSON.parse(File.read(File.join(__dir__, "package.json")))
44

55
Pod::Spec.new do |s|
6-
s.name = "react-native-airplay-cast"
6+
s.name = "react-native-airplay-button"
77
s.version = package["version"]
88
s.summary = package["description"]
99
s.homepage = package["homepage"]
1010
s.license = package["license"]
1111
s.authors = package["author"]
1212

1313
s.platforms = { :ios => "9.0" }
14-
s.source = { :git => "https://github.com/dylancom/react-native-airplay-cast.git", :tag => "#{s.version}" }
14+
s.source = { :git => "https://github.com/dylancom/react-native-airplay-button.git", :tag => "#{s.version}" }
1515

1616

1717
s.source_files = "ios/**/*.{h,m,mm}"

0 commit comments

Comments
 (0)