Skip to content

Commit

Permalink
Switched the git URL from develop branch to a specific (newly relea…
Browse files Browse the repository at this point in the history
…sed version - which is equivalent to what develop was): 1.2.1
  • Loading branch information
intere committed Aug 26, 2019
1 parent 7939dea commit 4d7c9aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -3,7 +3,7 @@ platform :ios, '11.0'

target '360iDev AR Navigation' do
use_frameworks!
pod 'ARCL', :git => 'git@github.com:ProjectDent/ARKit-CoreLocation.git', :branch => 'develop'
pod 'ARCL', '1.2.1'
pod 'Cartography'
pod 'Kingfisher'

Expand Down
15 changes: 3 additions & 12 deletions Podfile.lock
Expand Up @@ -4,30 +4,21 @@ PODS:
- Kingfisher (5.6.0)

DEPENDENCIES:
- "ARCL (from `git@github.com:ProjectDent/ARKit-CoreLocation.git`, branch `develop`)"
- ARCL (= 1.2.1)
- Cartography
- Kingfisher

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- ARCL
- Cartography
- Kingfisher

EXTERNAL SOURCES:
ARCL:
:branch: develop
:git: "git@github.com:ProjectDent/ARKit-CoreLocation.git"

CHECKOUT OPTIONS:
ARCL:
:commit: a86f5ae48c34e88382ca7f56fe8064bdc8e200c9
:git: "git@github.com:ProjectDent/ARKit-CoreLocation.git"

SPEC CHECKSUMS:
ARCL: d1a534afb4d5b8ff5c51c5cfe23bb998df36c606
Cartography: c5626d29056b20f1e95c017326ee4df57cc39ad8
Kingfisher: 1a50df6880a60bae26f3e21a0df3d17b892f5e0b

PODFILE CHECKSUM: bddf8400da6cd69764c9a707a2be600a48147aa1
PODFILE CHECKSUM: c86e57ec44e3c2e75360980f12b017115e1890d9

COCOAPODS: 1.7.5
15 changes: 3 additions & 12 deletions Pods/Manifest.lock

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

0 comments on commit 4d7c9aa

Please sign in to comment.