Add Convenience library
This commit is contained in:
parent
7382565042
commit
ea5d3a48ab
4
Podfile
4
Podfile
|
@ -12,6 +12,10 @@ def shared_pods
|
|||
#pod_git $tunnelkit_name, $tunnelkit_specs, '1830695'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
|
||||
for spec in ['About', 'Alerts', 'Dialogs', 'InApp', 'Misc', 'Options', 'Persistence', 'Reviewer', 'Tables'] do
|
||||
pod "Convenience/#{spec}", :git => 'https://github.com/keeshux/convenience', :commit => '9689317'
|
||||
end
|
||||
end
|
||||
|
||||
target 'PassepartoutCore-iOS' do
|
||||
|
|
33
Podfile.lock
33
Podfile.lock
|
@ -1,4 +1,15 @@
|
|||
PODS:
|
||||
- Convenience/About (0.0.1):
|
||||
- Convenience/Tables
|
||||
- Convenience/Alerts (0.0.1)
|
||||
- Convenience/Dialogs (0.0.1):
|
||||
- MBProgressHUD
|
||||
- Convenience/InApp (0.0.1)
|
||||
- Convenience/Misc (0.0.1)
|
||||
- Convenience/Options (0.0.1)
|
||||
- Convenience/Persistence (0.0.1)
|
||||
- Convenience/Reviewer (0.0.1)
|
||||
- Convenience/Tables (0.0.1)
|
||||
- MBProgressHUD (1.1.0)
|
||||
- OpenSSL-Apple (1.1.0l.4)
|
||||
- SSZipArchive (2.2.2)
|
||||
|
@ -15,6 +26,15 @@ PODS:
|
|||
- TunnelKit/Core
|
||||
|
||||
DEPENDENCIES:
|
||||
- Convenience/About (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Alerts (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Dialogs (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/InApp (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Misc (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Options (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Persistence (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Reviewer (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- Convenience/Tables (from `https://github.com/keeshux/convenience`, commit `9689317`)
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (~> 2.0.5)
|
||||
|
@ -28,13 +48,24 @@ SPEC REPOS:
|
|||
- SwiftyBeaver
|
||||
- TunnelKit
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
Convenience:
|
||||
:commit: '9689317'
|
||||
:git: https://github.com/keeshux/convenience
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
Convenience:
|
||||
:commit: '9689317'
|
||||
:git: https://github.com/keeshux/convenience
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Convenience: c4240c936b2119752ffa0841d40a4bc6a0ba8a5d
|
||||
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
|
||||
OpenSSL-Apple: f3d1668588ea8f06b076dcfa6177cd90452e3800
|
||||
SSZipArchive: fa16b8cc4cdeceb698e5e5d9f67e9558532fbf23
|
||||
SwiftyBeaver: f5c4c5f3e01b8fcb7dfcf13d23644eb886bf415d
|
||||
TunnelKit: f33216415cd9d5e37b6acf02edb0c79350598b36
|
||||
|
||||
PODFILE CHECKSUM: 2b800cbfc6e938892ac1e11ad27f4e3473593162
|
||||
PODFILE CHECKSUM: 65c460fe8176330831a8af90b6d6e4652d19aeab
|
||||
|
||||
COCOAPODS: 1.8.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b9856125d9df13b4946bccfb6b4d43b043562a5
|
||||
Subproject commit dc2e8b90d3692974726fc101b54da28a8596205d
|
Loading…
Reference in New Issue