Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
This release is available for existing users of version 4.0 who are
receiving AppStore submission warnings due to use of `UIWebView`.

* Removes all UIWebView references
* Adds AFNetworking as source files instead of pod dependency

Note that to migrate your project from 4.0 to this version you may be
required to remove any `AFNetworking` imports you may have added to your
files.
  • Loading branch information
Rogerio de Paula Assis committed Nov 14, 2019
1 parent 398ff25 commit 1022679
Show file tree
Hide file tree
Showing 83 changed files with 1,722 additions and 3,029 deletions.
1 change: 0 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ workspace 'VimeoNetworking'
project 'VimeoNetworkingExample-iOS/VimeoNetworkingExample-iOS.xcodeproj'

def shared_pods
pod 'AFNetworking', '3.1.0'
pod 'SwiftLint', '0.25.1'
pod 'VimeoNetworking', :path => '../VimeoNetworking'
end
Expand Down
25 changes: 3 additions & 22 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
PODS:
- AFNetworking (3.1.0):
- AFNetworking/NSURLSession (= 3.1.0)
- AFNetworking/Reachability (= 3.1.0)
- AFNetworking/Security (= 3.1.0)
- AFNetworking/Serialization (= 3.1.0)
- AFNetworking/UIKit (= 3.1.0)
- AFNetworking/NSURLSession (3.1.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (3.1.0)
- AFNetworking/Security (3.1.0)
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- OHHTTPStubs/Core (6.0.0)
- OHHTTPStubs/Default (6.0.0):
- OHHTTPStubs/Core
Expand All @@ -28,18 +13,15 @@ PODS:
- OHHTTPStubs/Swift (6.0.0):
- OHHTTPStubs/Default
- SwiftLint (0.25.1)
- VimeoNetworking (3.3.1):
- AFNetworking (= 3.1.0)
- VimeoNetworking (4.0.0)

DEPENDENCIES:
- AFNetworking (= 3.1.0)
- OHHTTPStubs/Swift (= 6.0.0)
- SwiftLint (= 0.25.1)
- VimeoNetworking (from `../VimeoNetworking`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- AFNetworking
- OHHTTPStubs
- SwiftLint

Expand All @@ -48,11 +30,10 @@ EXTERNAL SOURCES:
:path: "../VimeoNetworking"

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
OHHTTPStubs: 752f9b11fd810a15162d50f11c06ff94f8e012eb
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
VimeoNetworking: 2826eb62bf67703ac178371df19db39e0579ee4e
VimeoNetworking: 07c43cf61d605485033997fef74e52ca477f73de

PODFILE CHECKSUM: 98550fa68c374781e21b67af34511b0f452492eb
PODFILE CHECKSUM: 04054f67b193ced1bd1004074e7cea0f61259313

COCOAPODS: 1.5.2
19 changes: 0 additions & 19 deletions Pods/AFNetworking/LICENSE

This file was deleted.

Loading

0 comments on commit 1022679

Please sign in to comment.