@abdurrahman-dev/react-native-ivs-broadcast 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,12 +9,13 @@ Pod::Spec.new do |s|
9
9
  s.description = <<-DESC
10
10
  React Native bridge for Amazon IVS Broadcast SDK
11
11
  DESC
12
- s.homepage = "https://github.com/yourusername/react-native-ivs-broadcast"
12
+ s.homepage = "https://github.com/abdurrahman-dev/react-native-ivs-broadcast"
13
13
  s.license = "MIT"
14
- s.author = { "author" => "author@example.com" }
14
+ s.author = { "author" => "" }
15
15
  s.platforms = { :ios => "11.0" }
16
- s.source = { :git => "https://github.com/yourusername/react-native-ivs-broadcast.git", :tag => "#{s.version}" }
17
-
16
+
17
+ # Expo autolinking podspec'in parent dizinini (root) source olarak kullanır
18
+ # Bu yüzden source_files path'i ios/ klasöründen başlamalı
18
19
  s.source_files = "ios/**/*.{h,m,mm,swift}"
19
20
  s.requires_arc = true
20
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abdurrahman-dev/react-native-ivs-broadcast",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "React Native bridge for Amazon IVS Broadcast SDK (Android 1.37.1, iOS 1.37.0)",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",