Skip to content

Commit 11183c1

Browse files
committed
Update code
1 parent 58c8441 commit 11183c1

File tree

8 files changed

+86
-80
lines changed

8 files changed

+86
-80
lines changed

Example/GalleryDemo/GalleryDemo.xcodeproj/project.pbxproj

Lines changed: 51 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,61 +7,62 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
020B71F67A86E014F784D590 /* Pods_GalleryDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7EEE357D42BD2221D88982D /* Pods_GalleryDemo.framework */; };
1011
D5C7F74E1C3BC9CE008CDDBA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D5C7F74C1C3BC9CE008CDDBA /* LaunchScreen.storyboard */; };
1112
D5C7F75B1C3BCA1E008CDDBA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D5C7F7571C3BCA1E008CDDBA /* Assets.xcassets */; };
1213
D5C7F75C1C3BCA1E008CDDBA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C7F7591C3BCA1E008CDDBA /* AppDelegate.swift */; };
1314
D5C7F75D1C3BCA1E008CDDBA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5C7F75A1C3BCA1E008CDDBA /* ViewController.swift */; };
14-
FF76C5CEA848CF09F64729B0 /* Pods_GalleryDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DA935112E58D3F7E46BC586 /* Pods_GalleryDemo.framework */; };
1515
/* End PBXBuildFile section */
1616

1717
/* Begin PBXFileReference section */
18-
0DC5F9691C3C674FFE7A3FD8 /* Pods-GalleryDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GalleryDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo.release.xcconfig"; sourceTree = "<group>"; };
19-
5D2433FAD43C46A120170F46 /* Pods-GalleryDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GalleryDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo.debug.xcconfig"; sourceTree = "<group>"; };
20-
5DA935112E58D3F7E46BC586 /* Pods_GalleryDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GalleryDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
18+
12DE065DBBCC78D71DF1B23F /* Pods-GalleryDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GalleryDemo.debug.xcconfig"; path = "Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo.debug.xcconfig"; sourceTree = "<group>"; };
19+
9305D746F0EDAE48CDAC300B /* Pods-GalleryDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GalleryDemo.release.xcconfig"; path = "Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo.release.xcconfig"; sourceTree = "<group>"; };
2120
D5C7F7401C3BC9CE008CDDBA /* GalleryDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GalleryDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
2221
D5C7F74D1C3BC9CE008CDDBA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2322
D5C7F74F1C3BC9CE008CDDBA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2423
D5C7F7571C3BCA1E008CDDBA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2524
D5C7F7591C3BCA1E008CDDBA /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2625
D5C7F75A1C3BCA1E008CDDBA /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
26+
E7EEE357D42BD2221D88982D /* Pods_GalleryDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GalleryDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2727
/* End PBXFileReference section */
2828

2929
/* Begin PBXFrameworksBuildPhase section */
3030
D5C7F73D1C3BC9CE008CDDBA /* Frameworks */ = {
3131
isa = PBXFrameworksBuildPhase;
3232
buildActionMask = 2147483647;
3333
files = (
34-
FF76C5CEA848CF09F64729B0 /* Pods_GalleryDemo.framework in Frameworks */,
34+
020B71F67A86E014F784D590 /* Pods_GalleryDemo.framework in Frameworks */,
3535
);
3636
runOnlyForDeploymentPostprocessing = 0;
3737
};
3838
/* End PBXFrameworksBuildPhase section */
3939

4040
/* Begin PBXGroup section */
41-
299574039BEF25964E2FD228 /* Frameworks */ = {
41+
37E979FD9F31A11433FA428C /* Pods */ = {
4242
isa = PBXGroup;
4343
children = (
44-
5DA935112E58D3F7E46BC586 /* Pods_GalleryDemo.framework */,
44+
12DE065DBBCC78D71DF1B23F /* Pods-GalleryDemo.debug.xcconfig */,
45+
9305D746F0EDAE48CDAC300B /* Pods-GalleryDemo.release.xcconfig */,
4546
);
46-
name = Frameworks;
47+
name = Pods;
48+
path = Pods;
4749
sourceTree = "<group>";
4850
};
49-
A208DB60441639C365EAEAB6 /* Pods */ = {
51+
AD9B9253B1B9DBEF5CA081D0 /* Frameworks */ = {
5052
isa = PBXGroup;
5153
children = (
52-
5D2433FAD43C46A120170F46 /* Pods-GalleryDemo.debug.xcconfig */,
53-
0DC5F9691C3C674FFE7A3FD8 /* Pods-GalleryDemo.release.xcconfig */,
54+
E7EEE357D42BD2221D88982D /* Pods_GalleryDemo.framework */,
5455
);
55-
name = Pods;
56+
name = Frameworks;
5657
sourceTree = "<group>";
5758
};
5859
D5C7F7371C3BC9CE008CDDBA = {
5960
isa = PBXGroup;
6061
children = (
6162
D5C7F7421C3BC9CE008CDDBA /* GalleryDemo */,
6263
D5C7F7411C3BC9CE008CDDBA /* Products */,
63-
A208DB60441639C365EAEAB6 /* Pods */,
64-
299574039BEF25964E2FD228 /* Frameworks */,
64+
37E979FD9F31A11433FA428C /* Pods */,
65+
AD9B9253B1B9DBEF5CA081D0 /* Frameworks */,
6566
);
6667
indentWidth = 2;
6768
sourceTree = "<group>";
@@ -118,12 +119,11 @@
118119
isa = PBXNativeTarget;
119120
buildConfigurationList = D5C7F7521C3BC9CE008CDDBA /* Build configuration list for PBXNativeTarget "GalleryDemo" */;
120121
buildPhases = (
121-
5730ADD6D0678C89325EFEFC /* [CP] Check Pods Manifest.lock */,
122+
29D0CEA9237F59A0364362EE /* [CP] Check Pods Manifest.lock */,
122123
D5C7F73C1C3BC9CE008CDDBA /* Sources */,
123124
D5C7F73D1C3BC9CE008CDDBA /* Frameworks */,
124125
D5C7F73E1C3BC9CE008CDDBA /* Resources */,
125-
D00EDE49C7E37FD8B0DD64EE /* [CP] Embed Pods Frameworks */,
126-
021C6B29F02EA682869B3DD7 /* [CP] Copy Pods Resources */,
126+
23ABC487252D5DF3737A6FAE /* [CP] Embed Pods Frameworks */,
127127
);
128128
buildRules = (
129129
);
@@ -141,7 +141,7 @@
141141
isa = PBXProject;
142142
attributes = {
143143
LastSwiftUpdateCheck = 0720;
144-
LastUpgradeCheck = 0900;
144+
LastUpgradeCheck = 1000;
145145
ORGANIZATIONNAME = "Hyper Interaktiv AS";
146146
TargetAttributes = {
147147
D5C7F73F1C3BC9CE008CDDBA = {
@@ -183,31 +183,52 @@
183183
/* End PBXResourcesBuildPhase section */
184184

185185
/* Begin PBXShellScriptBuildPhase section */
186-
021C6B29F02EA682869B3DD7 /* [CP] Copy Pods Resources */ = {
186+
23ABC487252D5DF3737A6FAE /* [CP] Embed Pods Frameworks */ = {
187187
isa = PBXShellScriptBuildPhase;
188188
buildActionMask = 2147483647;
189189
files = (
190190
);
191+
inputFileListPaths = (
192+
);
191193
inputPaths = (
194+
"${PODS_ROOT}/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo-frameworks.sh",
195+
"${BUILT_PRODUCTS_DIR}/Cache/Cache.framework",
196+
"${BUILT_PRODUCTS_DIR}/Gallery/Gallery.framework",
197+
"${BUILT_PRODUCTS_DIR}/Hue/Hue.framework",
198+
"${BUILT_PRODUCTS_DIR}/Imaginary/Imaginary.framework",
199+
"${BUILT_PRODUCTS_DIR}/Lightbox/Lightbox.framework",
200+
"${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
201+
);
202+
name = "[CP] Embed Pods Frameworks";
203+
outputFileListPaths = (
192204
);
193-
name = "[CP] Copy Pods Resources";
194205
outputPaths = (
206+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cache.framework",
207+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Gallery.framework",
208+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework",
209+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Imaginary.framework",
210+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lightbox.framework",
211+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework",
195212
);
196213
runOnlyForDeploymentPostprocessing = 0;
197214
shellPath = /bin/sh;
198-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo-resources.sh\"\n";
215+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo-frameworks.sh\"\n";
199216
showEnvVarsInLog = 0;
200217
};
201-
5730ADD6D0678C89325EFEFC /* [CP] Check Pods Manifest.lock */ = {
218+
29D0CEA9237F59A0364362EE /* [CP] Check Pods Manifest.lock */ = {
202219
isa = PBXShellScriptBuildPhase;
203220
buildActionMask = 2147483647;
204221
files = (
205222
);
223+
inputFileListPaths = (
224+
);
206225
inputPaths = (
207226
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
208227
"${PODS_ROOT}/Manifest.lock",
209228
);
210229
name = "[CP] Check Pods Manifest.lock";
230+
outputFileListPaths = (
231+
);
211232
outputPaths = (
212233
"$(DERIVED_FILE_DIR)/Pods-GalleryDemo-checkManifestLockResult.txt",
213234
);
@@ -216,34 +237,6 @@
216237
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
217238
showEnvVarsInLog = 0;
218239
};
219-
D00EDE49C7E37FD8B0DD64EE /* [CP] Embed Pods Frameworks */ = {
220-
isa = PBXShellScriptBuildPhase;
221-
buildActionMask = 2147483647;
222-
files = (
223-
);
224-
inputPaths = (
225-
"${SRCROOT}/Pods/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo-frameworks.sh",
226-
"${BUILT_PRODUCTS_DIR}/Cache/Cache.framework",
227-
"${BUILT_PRODUCTS_DIR}/Gallery/Gallery.framework",
228-
"${BUILT_PRODUCTS_DIR}/Hue/Hue.framework",
229-
"${BUILT_PRODUCTS_DIR}/Imaginary/Imaginary.framework",
230-
"${BUILT_PRODUCTS_DIR}/Lightbox/Lightbox.framework",
231-
"${BUILT_PRODUCTS_DIR}/SVProgressHUD/SVProgressHUD.framework",
232-
);
233-
name = "[CP] Embed Pods Frameworks";
234-
outputPaths = (
235-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cache.framework",
236-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Gallery.framework",
237-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework",
238-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Imaginary.framework",
239-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Lightbox.framework",
240-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SVProgressHUD.framework",
241-
);
242-
runOnlyForDeploymentPostprocessing = 0;
243-
shellPath = /bin/sh;
244-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GalleryDemo/Pods-GalleryDemo-frameworks.sh\"\n";
245-
showEnvVarsInLog = 0;
246-
};
247240
/* End PBXShellScriptBuildPhase section */
248241

249242
/* Begin PBXSourcesBuildPhase section */
@@ -282,12 +275,14 @@
282275
CLANG_WARN_BOOL_CONVERSION = YES;
283276
CLANG_WARN_COMMA = YES;
284277
CLANG_WARN_CONSTANT_CONVERSION = YES;
278+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
285279
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
286280
CLANG_WARN_EMPTY_BODY = YES;
287281
CLANG_WARN_ENUM_CONVERSION = YES;
288282
CLANG_WARN_INFINITE_RECURSION = YES;
289283
CLANG_WARN_INT_CONVERSION = YES;
290284
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
285+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
291286
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
292287
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
293288
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -319,7 +314,7 @@
319314
ONLY_ACTIVE_ARCH = YES;
320315
SDKROOT = iphoneos;
321316
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
322-
SWIFT_VERSION = 4.0;
317+
SWIFT_VERSION = 4.2;
323318
};
324319
name = Debug;
325320
};
@@ -335,12 +330,14 @@
335330
CLANG_WARN_BOOL_CONVERSION = YES;
336331
CLANG_WARN_COMMA = YES;
337332
CLANG_WARN_CONSTANT_CONVERSION = YES;
333+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
338334
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
339335
CLANG_WARN_EMPTY_BODY = YES;
340336
CLANG_WARN_ENUM_CONVERSION = YES;
341337
CLANG_WARN_INFINITE_RECURSION = YES;
342338
CLANG_WARN_INT_CONVERSION = YES;
343339
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
340+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
344341
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
345342
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
346343
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -365,14 +362,14 @@
365362
MTL_ENABLE_DEBUG_INFO = NO;
366363
SDKROOT = iphoneos;
367364
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
368-
SWIFT_VERSION = 4.0;
365+
SWIFT_VERSION = 4.2;
369366
VALIDATE_PRODUCT = YES;
370367
};
371368
name = Release;
372369
};
373370
D5C7F7531C3BC9CE008CDDBA /* Debug */ = {
374371
isa = XCBuildConfiguration;
375-
baseConfigurationReference = 5D2433FAD43C46A120170F46 /* Pods-GalleryDemo.debug.xcconfig */;
372+
baseConfigurationReference = 12DE065DBBCC78D71DF1B23F /* Pods-GalleryDemo.debug.xcconfig */;
376373
buildSettings = {
377374
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
378375
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
@@ -390,7 +387,7 @@
390387
};
391388
D5C7F7541C3BC9CE008CDDBA /* Release */ = {
392389
isa = XCBuildConfiguration;
393-
baseConfigurationReference = 0DC5F9691C3C674FFE7A3FD8 /* Pods-GalleryDemo.release.xcconfig */;
390+
baseConfigurationReference = 9305D746F0EDAE48CDAC300B /* Pods-GalleryDemo.release.xcconfig */;
394391
buildSettings = {
395392
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
396393
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;

Example/GalleryDemo/GalleryDemo.xcodeproj/xcshareddata/xcschemes/GalleryDemo.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0900"
3+
LastUpgradeVersion = "1000"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -46,7 +45,6 @@
4645
buildConfiguration = "Debug"
4746
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4847
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49-
language = ""
5048
launchStyle = "0"
5149
useCustomWorkingDirectory = "NO"
5250
ignoresPersistentStateOnLaunch = "NO"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Example/GalleryDemo/GalleryDemo/Sources/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1616
return controller
1717
}()
1818

19-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
19+
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2020
window = UIWindow(frame: UIScreen.main.bounds)
2121
window?.rootViewController = navigationController
2222
window?.makeKeyAndVisible()

Example/GalleryDemo/GalleryDemo/Sources/ViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ViewController: UIViewController, LightboxControllerDismissalDelegate, Gal
1919

2020
button = UIButton(type: .system)
2121
button.frame.size = CGSize(width: 200, height: 50)
22-
button.setTitle("Open Gallery", for: UIControlState())
22+
button.setTitle("Open Gallery", for: UIControl.State())
2323
button.addTarget(self, action: #selector(buttonTouched(_:)), for: .touchUpInside)
2424

2525
view.addSubview(button)
@@ -79,7 +79,7 @@ class ViewController: UIViewController, LightboxControllerDismissalDelegate, Gal
7979
SVProgressHUD.show()
8080
Image.resolve(images: images, completion: { [weak self] resolvedImages in
8181
SVProgressHUD.dismiss()
82-
self?.showLightbox(images: resolvedImages.flatMap({ $0 }))
82+
self?.showLightbox(images: resolvedImages.compactMap({ $0 }))
8383
})
8484
}
8585

Example/GalleryDemo/Podfile.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
11
PODS:
2-
- Cache (4.1.2)
3-
- Gallery (2.0.3)
2+
- Cache (5.2.0)
3+
- Gallery (2.1.0)
44
- Hue (3.0.1)
5-
- Imaginary (3.0.2):
6-
- Cache (~> 4.0)
7-
- Lightbox (2.1.1):
8-
- Hue (~> 3.0)
9-
- Imaginary (~> 3.0)
10-
- SVProgressHUD (2.2.2)
5+
- Imaginary (4.2.0):
6+
- Cache (~> 5.0)
7+
- Lightbox (2.3.0):
8+
- Imaginary (~> 4.0)
9+
- SVProgressHUD (2.2.5)
1110

1211
DEPENDENCIES:
1312
- Gallery (from `../../`)
1413
- Hue
1514
- Lightbox
1615
- SVProgressHUD
1716

17+
SPEC REPOS:
18+
https://github.com/cocoapods/specs.git:
19+
- Cache
20+
- Hue
21+
- Imaginary
22+
- Lightbox
23+
- SVProgressHUD
24+
1825
EXTERNAL SOURCES:
1926
Gallery:
20-
:path: ../../
27+
:path: "../../"
2128

2229
SPEC CHECKSUMS:
23-
Cache: bd0233fc688b5e83a27bcd87807db7e6f23adcc5
24-
Gallery: 6a263a0ca5a9407ec65c6a9232503611cc5d6b52
30+
Cache: 807c5d86d01a177f06ede9865add3aea269bbfd4
31+
Gallery: ced3429c72468c2f192d665c46960a87726f2182
2532
Hue: 93e852fa6211ab35922ad8c293f51c43d6c79eb2
26-
Imaginary: d675200546110e305d6a26db6267c0622ffe5e6b
27-
Lightbox: 30dc3540527e03194a10ee51be8ad5e039a1893f
28-
SVProgressHUD: 59b2d3dabacbd051576d21d32293ca7228dc18b0
33+
Imaginary: dae33d06dbc2ada22f98afef5eb45cc061311a2c
34+
Lightbox: d317750e4132bfb871a5307cfe0a2c7d6a583c65
35+
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
2936

3037
PODFILE CHECKSUM: c95332f23ba226af26fd7b4ba1d3ffabf7836bf0
3138

32-
COCOAPODS: 1.3.1
39+
COCOAPODS: 1.6.0.beta.1

Gallery.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Gallery"
33
s.summary = "Something good about gallery"
4-
s.version = "2.0.7"
4+
s.version = "2.2.0"
55
s.homepage = "https://github.com/hyperoslo/Gallery"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }

0 commit comments

Comments
 (0)