Skip to content

Commit df85ee7

Browse files
Merge pull request #4 from JNDisrupter/development
Fix weak delegate
2 parents 3d4523e + 9c3e4ba commit df85ee7

File tree

16 files changed

+701
-594
lines changed

16 files changed

+701
-594
lines changed

Example/JNHorizontalGroupAvatarCollectionView.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
607FACCD1AFB9204008FA782 /* Frameworks */,
154154
607FACCE1AFB9204008FA782 /* Resources */,
155155
E11A334052CA537E94FE09FF /* [CP] Embed Pods Frameworks */,
156-
08F9BDFEDFFDFB36F970AFDA /* [CP] Copy Pods Resources */,
157156
);
158157
buildRules = (
159158
);
@@ -244,21 +243,6 @@
244243
/* End PBXResourcesBuildPhase section */
245244

246245
/* Begin PBXShellScriptBuildPhase section */
247-
08F9BDFEDFFDFB36F970AFDA /* [CP] Copy Pods Resources */ = {
248-
isa = PBXShellScriptBuildPhase;
249-
buildActionMask = 2147483647;
250-
files = (
251-
);
252-
inputPaths = (
253-
);
254-
name = "[CP] Copy Pods Resources";
255-
outputPaths = (
256-
);
257-
runOnlyForDeploymentPostprocessing = 0;
258-
shellPath = /bin/sh;
259-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JNHorizontalGroupAvatarCollectionView_Example/Pods-JNHorizontalGroupAvatarCollectionView_Example-resources.sh\"\n";
260-
showEnvVarsInLog = 0;
261-
};
262246
CDABC44095A531DAF967A0EC /* [CP] Check Pods Manifest.lock */ = {
263247
isa = PBXShellScriptBuildPhase;
264248
buildActionMask = 2147483647;

Example/JNHorizontalGroupAvatarCollectionView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ use_frameworks!
22
platform :ios, '9.0'
33

44
target 'JNHorizontalGroupAvatarCollectionView_Example' do
5-
pod 'JNHorizontalGroupAvatarCollectionView' , :git => 'https://github.com/JNDisrupter/JNHorizontalGroupAvatarCollectionView.git'
6-
5+
pod 'JNHorizontalGroupAvatarCollectionView', :path => '../'
76
end

Example/Podfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@ PODS:
33
- SDWebImage (~> 4.3.3)
44
- JNGroupAvatarImageView (1.2.1):
55
- JNAvatarWithInitials (~> 1.1.0)
6-
- JNHorizontalGroupAvatarCollectionView (1.0.1):
6+
- JNHorizontalGroupAvatarCollectionView (1.0.2):
77
- JNGroupAvatarImageView
88
- SDWebImage (4.3.3):
99
- SDWebImage/Core (= 4.3.3)
1010
- SDWebImage/Core (4.3.3)
1111

1212
DEPENDENCIES:
13-
- JNHorizontalGroupAvatarCollectionView (from `https://github.com/JNDisrupter/JNHorizontalGroupAvatarCollectionView.git`)
13+
- JNHorizontalGroupAvatarCollectionView (from `../`)
1414

15-
EXTERNAL SOURCES:
16-
JNHorizontalGroupAvatarCollectionView:
17-
:git: https://github.com/JNDisrupter/JNHorizontalGroupAvatarCollectionView.git
15+
SPEC REPOS:
16+
https://github.com/cocoapods/specs.git:
17+
- JNAvatarWithInitials
18+
- JNGroupAvatarImageView
19+
- SDWebImage
1820

19-
CHECKOUT OPTIONS:
21+
EXTERNAL SOURCES:
2022
JNHorizontalGroupAvatarCollectionView:
21-
:commit: 10db1b46820579cf9e1f69acd412926b16f3aedd
22-
:git: https://github.com/JNDisrupter/JNHorizontalGroupAvatarCollectionView.git
23+
:path: "../"
2324

2425
SPEC CHECKSUMS:
2526
JNAvatarWithInitials: c0c5f5049d868d4a66dc16e3e9217232977cc9cf
2627
JNGroupAvatarImageView: 00330c921cecd63d38e772cf4cd7584651da23ca
27-
JNHorizontalGroupAvatarCollectionView: add277da9a3fa16973fac94a772c8d541f2ed2ba
28+
JNHorizontalGroupAvatarCollectionView: f24d12c517522e2afc2e2cd74360eeaed7290760
2829
SDWebImage: de4d90b5bff3571eae7bd16202b1f43135409fa5
2930

30-
PODFILE CHECKSUM: 1549632fb978e7cf3f26e49c669d260ee0331b15
31+
PODFILE CHECKSUM: 3a4af99e4873fae71fccdaf30b1804a95aac3f8e
3132

32-
COCOAPODS: 1.4.0.beta.2
33+
COCOAPODS: 1.5.3

Example/Pods/Local Podspecs/JNHorizontalGroupAvatarCollectionView.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)