Skip to content

Lauren Caponong API Homework #20

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

Open
wants to merge 4 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions TalkinToTheNet/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
platform :ios, '7.0'

target 'TalkinToTheNet' do

pod 'AFNetworking', '2.2.1'
pod 'SDWebImage', '~>3.7'
pod 'GoogleMaps'

end

36 changes: 36 additions & 0 deletions TalkinToTheNet/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PODS:
- AFNetworking (2.2.1):
- AFNetworking/NSURLConnection (= 2.2.1)
- AFNetworking/NSURLSession (= 2.2.1)
- AFNetworking/Reachability (= 2.2.1)
- AFNetworking/Security (= 2.2.1)
- AFNetworking/Serialization (= 2.2.1)
- AFNetworking/UIKit (= 2.2.1)
- AFNetworking/NSURLConnection (2.2.1):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.2.1):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (2.2.1)
- AFNetworking/Security (2.2.1)
- AFNetworking/Serialization (2.2.1)
- AFNetworking/UIKit (2.2.1):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- GoogleMaps (1.10.3)
- SDWebImage (3.7.3):
- SDWebImage/Core (= 3.7.3)
- SDWebImage/Core (3.7.3)

DEPENDENCIES:
- AFNetworking (= 2.2.1)
- GoogleMaps
- SDWebImage (~> 3.7)

SPEC CHECKSUMS:
AFNetworking: 59a0b8e9ecd4e194d64b4967232cd2cc83490113
GoogleMaps: 945e4ac3b74bcca3ddada51df256eb7beddb474d
SDWebImage: 1d2b1a1efda1ade1b00b6f8498865f8ddedc8a84

COCOAPODS: 0.38.2

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

202 changes: 202 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