Skip to content

Commit 301fd7e

Browse files
committed
* Added some implementation to use Alomafire as a service to fetch bearer token
* AlamoFire library downgraded.
1 parent 81627dc commit 301fd7e

Some content is hidden

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

51 files changed

+5130
-7483
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'TweetsFelt' do
66
use_frameworks!
77

88
# Pods for TweetsFelt
9-
pod 'Alamofire', '~> 5.0.0-beta.6'
9+
pod 'Alamofire', '~> 4.8.2'
1010

1111
target 'TweetsFeltTests' do
1212
inherit! :search_paths

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- Alamofire (5.0.0-beta.6)
2+
- Alamofire (4.8.2)
33

44
DEPENDENCIES:
5-
- Alamofire (~> 5.0.0-beta.6)
5+
- Alamofire (~> 4.8.2)
66

77
SPEC REPOS:
88
https://github.com/cocoapods/specs.git:
99
- Alamofire
1010

1111
SPEC CHECKSUMS:
12-
Alamofire: cd08a4402bd12cacd0c66f23fb12fec8d6b965e4
12+
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
1313

14-
PODFILE CHECKSUM: 5ae533565dcb0a3d551af3cae79d77e56f8be7ad
14+
PODFILE CHECKSUM: 5de849adbc3ca08365bc63a0d74ea7f8f891433a
1515

1616
COCOAPODS: 1.5.3

Pods/Alamofire/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Alamofire/README.md

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

0 commit comments

Comments
 (0)