Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a0b7c49

Browse files
authored
Update path_provider.podspec
1 parent bb64f72 commit a0b7c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/path_provider/ios/path_provider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter plugin for getting commonly used locations on the filesystem.
1111
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/path_provider'
1212
s.license = { :file => '../LICENSE' }
1313
s.author = { 'Flutter Team' => '[email protected]' }
14-
s.source = { :path => '.' }
14+
s.source = { "git" => "https://github.com/CodeEagle/plugins.git" }
1515
s.source_files = 'packages/path_provider/ios/Classes/**/*'
1616
s.public_header_files = 'packages/path_provider/ios/Classes/**/*.h'
1717
s.dependency 'Flutter'

0 commit comments

Comments
 (0)