Skip to content

Commit

Permalink
first version of subDownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
freedani committed Jan 15, 2017
0 parents commit 4c32694
Show file tree
Hide file tree
Showing 67 changed files with 9,671 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, '10.12'
target 'subDownloader' do
pod 'AFNetworking', '~> 3.1.0'
end

24 changes: 24 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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)

DEPENDENCIES:
- AFNetworking (~> 3.1.0)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67

PODFILE CHECKSUM: 7d3625e525a63b35dfcf347416bc8eace6a065f9

COCOAPODS: 1.1.1
295 changes: 295 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.h

Large diffs are not rendered by default.

361 changes: 361 additions & 0 deletions Pods/AFNetworking/AFNetworking/AFHTTPSessionManager.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c32694

Please sign in to comment.