Skip to content

Commit

Permalink
Added refreshToken method and revokeAccessToken methods. Updated test…
Browse files Browse the repository at this point in the history
…s. Updated pods.
  • Loading branch information
jjjjaren committed May 25, 2018
1 parent 28fb768 commit 3faad61
Show file tree
Hide file tree
Showing 24 changed files with 1,056 additions and 972 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target 'Example' do

target 'Tests' do
inherit! :search_paths

use_frameworks!
end
end
Expand Down
21 changes: 13 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
PODS:
- ObjectMapper (3.1.0)
- SwiftLint (0.24.2)
- TeslaKit (0.1.5):
- SwiftLint (0.25.1)
- TeslaKit (0.1.8):
- ObjectMapper (~> 3.1)

DEPENDENCIES:
- ObjectMapper (~> 3.1)
- ObjectMapper
- SwiftLint
- TeslaKit (from `./`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- ObjectMapper
- SwiftLint

EXTERNAL SOURCES:
TeslaKit:
:path: ./
:path: "./"

SPEC CHECKSUMS:
ObjectMapper: 20505058f54e5c3ca69e1d6de9897d152a5369a6
SwiftLint: 2aa21b96c8d13396a051bc1cb659d2ce1e0075b0
TeslaKit: b40b616576601144768b12303603430372adfc26
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
TeslaKit: eaecd32a852b02a9004092bf9174b71ab244bc8f

PODFILE CHECKSUM: 819ffeee67bdb797fb7ce34bad94dd4bac8f028a
PODFILE CHECKSUM: adc193450952f7c6c17bd9f1b5a528b6120f3906

COCOAPODS: 1.4.0
COCOAPODS: 1.5.2
12 changes: 6 additions & 6 deletions Pods/Local Podspecs/TeslaKit.podspec.json

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

21 changes: 13 additions & 8 deletions Pods/Manifest.lock

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

1,450 changes: 745 additions & 705 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified Pods/SwiftLint/swiftlint
Binary file not shown.

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

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

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

13 changes: 11 additions & 2 deletions Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh

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

18 changes: 15 additions & 3 deletions Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh

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

18 changes: 15 additions & 3 deletions Pods/Target Support Files/Pods-TeslaKit/Pods-TeslaKit-resources.sh

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

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

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

13 changes: 11 additions & 2 deletions Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh

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

18 changes: 15 additions & 3 deletions Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh

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

Loading

0 comments on commit 3faad61

Please sign in to comment.