parent
3c2df0c6e5
commit
2a6e1ee92a
2
Podfile
2
Podfile
|
@ -14,7 +14,7 @@ def shared_pods
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
|
|
||||||
for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables'] do
|
for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables'] do
|
||||||
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '22778d5'
|
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '1cc2fea'
|
||||||
#pod "Convenience/#{spec}", :path => '../../personal/convenience'
|
#pod "Convenience/#{spec}", :path => '../../personal/convenience'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
24
Podfile.lock
24
Podfile.lock
|
@ -34,15 +34,15 @@ PODS:
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- Convenience/About (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/About (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Alerts (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Alerts (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Dialogs (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Dialogs (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/InApp (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/InApp (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Misc (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Misc (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Options (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Options (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Persistence (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Persistence (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `22778d5`)
|
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `1cc2fea`)
|
||||||
- Kvitto
|
- Kvitto
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
|
@ -61,12 +61,12 @@ SPEC REPOS:
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 22778d5
|
:commit: 1cc2fea
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
:commit: 22778d5
|
:commit: 1cc2fea
|
||||||
:git: https://github.com/keeshux/convenience
|
:git: https://github.com/keeshux/convenience
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
|
@ -79,6 +79,6 @@ SPEC CHECKSUMS:
|
||||||
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
|
SwiftyBeaver: 3d3e93a12d648bd400b6f2948a7ef128b5b183c7
|
||||||
TunnelKit: ddcccbf8c984e2760a42899e311e7991f21e42cc
|
TunnelKit: ddcccbf8c984e2760a42899e311e7991f21e42cc
|
||||||
|
|
||||||
PODFILE CHECKSUM: 61194d5518f6f8b0de957eceea2a2eecd300b323
|
PODFILE CHECKSUM: 5c114e6c899f8f327f4693d099b445d8f97a9b09
|
||||||
|
|
||||||
COCOAPODS: 1.8.4
|
COCOAPODS: 1.8.4
|
||||||
|
|
Loading…
Reference in New Issue