@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.
- package/ios/IVSBroadcast.podspec +5 -4
- package/package.json +1 -1
package/ios/IVSBroadcast.podspec
CHANGED
|
@@ -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/
|
|
12
|
+
s.homepage = "https://github.com/abdurrahman-dev/react-native-ivs-broadcast"
|
|
13
13
|
s.license = "MIT"
|
|
14
|
-
s.author = { "author" => "
|
|
14
|
+
s.author = { "author" => "" }
|
|
15
15
|
s.platforms = { :ios => "11.0" }
|
|
16
|
-
|
|
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