Skip to content
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
25 changes: 25 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target 'Weather' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!


pod 'Alamofire', '~> 4.0.1’



target 'WeatherTests' do
inherit! :search_paths
# Pods for testing
end

target 'WeatherUITests' do
inherit! :search_paths
# Pods for testing
end

end
12 changes: 12 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PODS:
- Alamofire (4.0.1)

DEPENDENCIES:
- Alamofire (~> 4.0.1)

SPEC CHECKSUMS:
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335

PODFILE CHECKSUM: d01ad99c3a8f46398d71713ef18c3a8f13622056

COCOAPODS: 1.1.0.rc.2
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

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

Loading