Skip to content

Commit

Permalink
feat: init project base
Browse files Browse the repository at this point in the history
  • Loading branch information
enestatli committed Sep 23, 2024
1 parent c549d3c commit d53301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok-opensdk-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => min_ios_version_supported }
s.source = { :git => "https://github.com/enestatli/tiktok-opensdk-react-native.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/rnheroes/tiktok-opensdk-react-native.git", :tag => "#{s.version}" }

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

Expand Down

0 comments on commit d53301f

Please sign in to comment.