File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ let package = Package(
10
10
targets: [
11
11
. target(
12
12
name: " SSPullToRefresh " ,
13
- dependencies: [ ] ,
14
13
path: " ./SSPullToRefresh " ,
14
+ exclude: [ " ./Info.plist " , " ../SSPullToRefresh.podspec " ] ,
15
15
publicHeadersPath: " . "
16
16
) ,
17
17
]
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ FOUNDATION_EXPORT double SSPullToRefreshVersionNumber;
15
15
FOUNDATION_EXPORT const unsigned char SSPullToRefreshVersionString[];
16
16
17
17
// Main pull to refresh view. This class contains all of the pulling logic.
18
- #import < SSPullToRefresh/ SSPullToRefreshView.h>
18
+ #import " SSPullToRefreshView.h"
19
19
20
20
// Default content view. Similar to Facebook.
21
- #import < SSPullToRefresh/ SSPullToRefreshDefaultContentView.h>
21
+ #import " SSPullToRefreshDefaultContentView.h"
22
22
23
23
// Simple content view. Similar to Path.
24
- #import < SSPullToRefresh/ SSPullToRefreshSimpleContentView.h>
24
+ #import " SSPullToRefreshSimpleContentView.h"
You can’t perform that action at this time.
0 commit comments