Skip to content

Commit

Permalink
Merge pull request #122 from line/fix/stable-pod-source
Browse files Browse the repository at this point in the history
Update to use an HTTP source in pod spec
  • Loading branch information
onevdog authored Mar 4, 2025
2 parents 39ca44e + 4cce2d7 commit 9d08f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/flutter_line_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Swift.
s.homepage = 'https://developers.line.biz'
s.license = { :type => 'Apache', :file => '../LICENSE' }
s.author = { 'LINE' => 'dl_linesdk_cocoapods@linecorp.com' }
s.source = { :http => 'file:' + __dir__ }
s.source_files = 'flutter_line_sdk/Sources/flutter_line_sdk/**/*.swift'
s.source = { :http => 'https://github.com/line/flutter_line_sdk' }
s.source_files = 'flutter_line_sdk/Sources/flutter_line_sdk/**/*.swift'
s.dependency 'Flutter'
s.dependency 'LineSDKSwift', '~> 5.3'

Expand Down

0 comments on commit 9d08f66

Please # to comment.