File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
RSKPlaceholderTextView.xcodeproj Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RSKPlaceholderTextView'
3- s . version = '6.0.1 '
3+ s . version = '6.0.2 '
44 s . summary = 'A light-weight UITextView subclass that adds support for placeholder.'
55 s . homepage = 'https://github.com/ruslanskorb/RSKPlaceholderTextView'
66 s . license = { :type => 'Apache' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 172172 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
173173 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
174174 COPY_PHASE_STRIP = NO;
175- CURRENT_PROJECT_VERSION = 6.0.1 ;
175+ CURRENT_PROJECT_VERSION = 6.0.2 ;
176176 DEBUG_INFORMATION_FORMAT = dwarf;
177177 ENABLE_STRICT_OBJC_MSGSEND = YES;
178178 ENABLE_TESTABILITY = YES;
231231 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
232232 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
233233 COPY_PHASE_STRIP = NO;
234- CURRENT_PROJECT_VERSION = 6.0.1 ;
234+ CURRENT_PROJECT_VERSION = 6.0.2 ;
235235 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
236236 ENABLE_NS_ASSERTIONS = NO;
237237 ENABLE_STRICT_OBJC_MSGSEND = YES;
262262 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
263263 DEFINES_MODULE = YES;
264264 DYLIB_COMPATIBILITY_VERSION = 6.0.0;
265- DYLIB_CURRENT_VERSION = 6.0.1 ;
265+ DYLIB_CURRENT_VERSION = 6.0.2 ;
266266 DYLIB_INSTALL_NAME_BASE = "@rpath";
267267 INFOPLIST_FILE = RSKPlaceholderTextView/Info.plist;
268268 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >6.0.1 </string >
18+ <string >6.0.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments