Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not sure if I'll be back online before 10pm so here is a pull request! #10

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added TalkinToTheNet/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions TalkinToTheNet/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pod 'AFNetworking', '~> 2.6'
pod 'SDWebImage', '~> 3.7'
pod 'pop', '~> 1.0'
38 changes: 38 additions & 0 deletions TalkinToTheNet/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PODS:
- AFNetworking (2.6.0):
- AFNetworking/NSURLConnection (= 2.6.0)
- AFNetworking/NSURLSession (= 2.6.0)
- AFNetworking/Reachability (= 2.6.0)
- AFNetworking/Security (= 2.6.0)
- AFNetworking/Serialization (= 2.6.0)
- AFNetworking/UIKit (= 2.6.0)
- AFNetworking/NSURLConnection (2.6.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.6.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.6.0)
- AFNetworking/Security (2.6.0)
- AFNetworking/Serialization (2.6.0)
- AFNetworking/UIKit (2.6.0):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- pop (1.0.8)
- SDWebImage (3.7.3):
- SDWebImage/Core (= 3.7.3)
- SDWebImage/Core (3.7.3)

DEPENDENCIES:
- AFNetworking (~> 2.6)
- pop (~> 1.0)
- SDWebImage (~> 3.7)

SPEC CHECKSUMS:
AFNetworking: 79f7eb1a0fcfa7beb409332b2ca49afe9ce53b05
pop: bb773ae2c791ca2629de13b347e7a8b450fa6a57
SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84

COCOAPODS: 0.38.2

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

206 changes: 206 additions & 0 deletions TalkinToTheNet/Pods/AFNetworking/AFNetworking/AFHTTPRequestOperation.m

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

Loading