Skip to content

Commit 2938376

Browse files
committed
Added pods.
1 parent 9d9efdc commit 2938376

92 files changed

Lines changed: 12323 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Podfile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '11.0'
3+
4+
# ignore all warnings from all pods
5+
inhibit_all_warnings!
6+
7+
target 'SampleWeatherApp' do
8+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
9+
use_frameworks!
10+
11+
# Pods for SampleWeatherApp
12+
13+
target 'SampleWeatherAppTests' do
14+
inherit! :search_paths
15+
# Pods for testing
16+
end
17+
18+
target 'SampleWeatherAppUITests' do
19+
inherit! :search_paths
20+
# Pods for testing
21+
end
22+
23+
end
24+
25+
target 'WeatherAPI' do
26+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
27+
use_frameworks!
28+
29+
# Pods for WeatherAPI
30+
pod 'Alamofire', '~> 4.7'
31+
32+
target 'WeatherAPITests' do
33+
inherit! :search_paths
34+
# Pods for testing
35+
pod 'Alamofire', '~> 4.7'
36+
end
37+
38+
end

Podfile.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
PODS:
2+
- Alamofire (4.7.2)
3+
4+
DEPENDENCIES:
5+
- Alamofire (~> 4.7)
6+
7+
SPEC REPOS:
8+
https://github.com/CocoaPods/Specs.git:
9+
- Alamofire
10+
11+
SPEC CHECKSUMS:
12+
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
13+
14+
PODFILE CHECKSUM: ac96fc532329fd974c300834c097992b4670b02b
15+
16+
COCOAPODS: 1.5.0

Pods/Alamofire/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Alamofire/README.md

Lines changed: 242 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)