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

Commit 4f8d5c6

Browse files
authored
Update shared_preferences.podspec
1 parent 6c341f8 commit 4f8d5c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared_preferences/ios/shared_preferences.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter plugin for reading and writing simple key-value pairs.
1111
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/shared_preferences'
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 = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'

0 commit comments

Comments
 (0)