File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "AWKHelpers"
4
- s . version = "0.3.3 "
4
+ s . version = "0.4.0 "
5
5
s . summary = "A growing collection of UIKit and Foundation categories (helpers)"
6
6
s . description = <<-DESC
7
7
A growing collection of UIKit and Foundation categories (helpers) we use at Awkward
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ typedef enum {
16
16
AWKDictionaryValueTypeDictionary
17
17
} AWKDictionaryValueType;
18
18
19
- @interface NSMutableDictionary (AWKDictionaryHelper )
19
+ @interface NSMutableDictionary (AWKMutableDictionaryHelper )
20
20
21
21
/* *
22
22
Tests to see if the object is a non nil object and puts it in the dictionary.
Original file line number Diff line number Diff line change 8
8
9
9
#import " AWKDictionaryHelper.h"
10
10
11
- @implementation NSMutableDictionary (AWKDictionaryHelper )
11
+ @implementation NSMutableDictionary (AWKMutableDictionaryHelper )
12
12
13
13
- (void )setObjectIfNonNil : (id )anObject forKey : (id <NSCopying >)aKey {
14
14
if (anObject) {
You can’t perform that action at this time.
0 commit comments