Skip to content

Commit 9d08f66

Browse files
authored
Merge pull request #122 from line/fix/stable-pod-source
Update to use an HTTP source in pod spec
2 parents 39ca44e + 4cce2d7 commit 9d08f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/flutter_line_sdk.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Swift.
99
s.homepage = 'https://developers.line.biz'
1010
s.license = { :type => 'Apache', :file => '../LICENSE' }
1111
s.author = { 'LINE' => '[email protected]' }
12-
s.source = { :http => 'file:' + __dir__ }
13-
s.source_files = 'flutter_line_sdk/Sources/flutter_line_sdk/**/*.swift'
12+
s.source = { :http => 'https://github.com/line/flutter_line_sdk' }
13+
s.source_files = 'flutter_line_sdk/Sources/flutter_line_sdk/**/*.swift'
1414
s.dependency 'Flutter'
1515
s.dependency 'LineSDKSwift', '~> 5.3'
1616

0 commit comments

Comments
 (0)