File tree 2 files changed +4
-2
lines changed
pkgs/cupertino_http/darwin 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Pod::Spec.new do |s|
12
12
s . homepage = 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http'
13
13
s . license = { :type => 'BSD' , :file => '../LICENSE' }
14
14
s . author = { 'TODO' => 'use-valid-author' }
15
+ s . source = { :http => 'https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http' }
15
16
16
17
s . source_files = 'cupertino_http/Sources/cupertino_http/**/*'
17
18
s . ios . dependency 'Flutter'
Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ let package = Package(
32
32
] ,
33
33
cSettings: [
34
34
// TODO: Update your plugin name.
35
- . headerSearchPath( " include " )
36
- . headerSearchPath ( " include/cupertino_http " )
35
+ //.headerSearchPath("include"),
36
+ . headerSearchPath( " include/cupertino_http " ) ,
37
+ . unsafeFlags( [ " -fno-objc-arc " ] ) ,
37
38
]
38
39
)
39
40
]
You can’t perform that action at this time.
0 commit comments