Skip to content

Commit cf803b7

Browse files
committed
fix import AFNetworking
1 parent 23889d0 commit cf803b7

File tree

19 files changed

+13
-498
lines changed

19 files changed

+13
-498
lines changed

Docker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TODO: Add long description of the pod here.
3535
# }
3636

3737
s.subspec 'Core' do |co|
38-
co.source_files = 'Docker/Classes/**/*'
38+
co.source_files = 'Docker/Classes/**/*'
3939
co.dependency 'AFNetworking/Reachability', '~> 2.6.0'
4040
co.dependency 'AFNetworking/Serialization', '~> 2.6.0'
4141
co.dependency 'AFNetworking/Security', '~> 2.6.0'

Docker/Classes/Download/SDDownloadManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#import <AFNetworking/AFNetworking.h>
15+
@import AFNetworking;
1616
#import "SDDockerLogger.h"
1717

1818
/**

Docker/Classes/Service/SDServiceGeneric.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
#import <Foundation/Foundation.h>
16-
#import <AFNetworking/AFNetworking.h>
16+
@import AFNetworking;
1717

1818
/**
1919
* HTTP methots supported by SDServiceManager.

Docker/Classes/Service/SDServiceManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#import <Foundation/Foundation.h>
1616
#import "SDServiceGeneric.h"
17-
#import <AFNetworking/AFNetworking.h>
17+
@import AFNetworking;
1818
#import "SDDockerLogger.h"
1919

2020
typedef void (^ ServiceCompletionSuccessHandler)(id<SDServiceGenericResponseProtocol> _Nullable response);

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ PODS:
1919
- CocoaLumberjack (3.5.3):
2020
- CocoaLumberjack/Core (= 3.5.3)
2121
- CocoaLumberjack/Core (3.5.3)
22-
- Docker/Blabber (1.3.5):
22+
- Docker/Blabber (1.3.6):
2323
- Blabber
2424
- Docker/Core
25-
- Docker/Core (1.3.5):
25+
- Docker/Core (1.3.6):
2626
- AFNetworking/NSURLConnection (~> 2.6.0)
2727
- AFNetworking/NSURLSession (~> 2.6.0)
2828
- AFNetworking/Reachability (~> 2.6.0)
@@ -52,7 +52,7 @@ SPEC CHECKSUMS:
5252
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
5353
Blabber: 53050b2f212bb9dbf62cb339bcd22e76a6d51233
5454
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
55-
Docker: 90a7ed8800732c3b16ed851636ef488dadb0b2ab
55+
Docker: 733ffdfc3098a837dd5c177f8f768e09017f3a62
5656
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
5757

5858
PODFILE CHECKSUM: 4e16a6dd5e0e21da7b6c98ab292aca51679d8313

Example/Pods/Local Podspecs/Docker.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

Example/Pods/Target Support Files/AFNetworking/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Blabber/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/CocoaLumberjack/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Docker/Docker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Docker/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Mantle/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Pods-Docker_Example/Info.plist

Lines changed: 0 additions & 26 deletions
This file was deleted.

Example/Pods/Target Support Files/Pods-Docker_Example/Pods-Docker_Example-resources.sh

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)