Skip to content

Commit 132b331

Browse files
committed
fix metadata in NativeScript.podspec
1 parent bb9faea commit 132b331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ios/NativeScript.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
55
Pod::Spec.new do |s|
66
s.name = "NativeScript"
77
s.version = package['version']
8-
s.summary = "An embeddable, engine-agnostic NativeScript runtime based on Node-API"
9-
s.homepage = "https://github.com/DjDeveloperr/objc_bridge.git"
8+
s.summary = "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API"
9+
s.homepage = "https://github.com/DjDeveloperr/runtime.git"
1010
s.author = "DjDeveloperr", "Jamie Birch"
1111
s.source = { git: '' }
1212
s.vendored_frameworks = "build/ios-universal/NativeScript.xcframework"

0 commit comments

Comments
 (0)