Commit 5256349a47886219164fa2e7b93b4a0de8b67181
1 parent
ec30c20f
0.0.17
Showing
4 changed files
with
18 additions
and
10 deletions
DSBaseModuleF.podspec
| 1 | 1 | Pod::Spec.new do |s| |
| 2 | 2 | |
| 3 | 3 | s.name = "DSBaseModuleF" |
| 4 | - s.version = "0.0.16" | |
| 4 | + s.version = "0.0.17" | |
| 5 | 5 | s.summary = "DSBaseModuleF" |
| 6 | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
| ... | ... | @@ -15,6 +15,7 @@ Pod::Spec.new do |s| |
| 15 | 15 | s.dependency 'SDWebImage', '~> 5.2.3' |
| 16 | 16 | s.dependency 'MJRefresh', '3.2.0' |
| 17 | 17 | s.dependency 'MBProgressHUD', '1.1.0' |
| 18 | + s.dependency 'SAMKeychain', '~> 1.5.3' | |
| 18 | 19 | s.dependency 'DSGTMBase64' |
| 19 | 20 | |
| 20 | 21 | end | ... | ... |
DSBaseModuleF/Frameworks/DSBaseModule.framework/DSBaseModule
No preview for this file type
DSBaseModuleF/Frameworks/DSBaseModule.framework/Headers/NSString+DSBaseModule.h
| ... | ... | @@ -16,14 +16,14 @@ typedef NS_ENUM(NSUInteger, DSStringAESStyle) {//AES加密方式 |
| 16 | 16 | |
| 17 | 17 | @interface NSString (DSBaseModule) |
| 18 | 18 | |
| 19 | -//#pragma mark - 获取设备号 | |
| 20 | -// | |
| 21 | -///** | |
| 22 | -// 获取设备号UUID | |
| 23 | -// | |
| 24 | -// @return UUID | |
| 25 | -// */ | |
| 26 | -//+(NSString*)getDeviceUUID; | |
| 19 | +#pragma mark - 获取设备号 | |
| 20 | + | |
| 21 | +/** | |
| 22 | + 获取设备号UUID | |
| 23 | + | |
| 24 | + @return UUID | |
| 25 | + */ | |
| 26 | ++(NSString*)getDeviceUUID; | |
| 27 | 27 | |
| 28 | 28 | #pragma mark - 转化拼音 |
| 29 | 29 | |
| ... | ... | @@ -35,12 +35,19 @@ typedef NS_ENUM(NSUInteger, DSStringAESStyle) {//AES加密方式 |
| 35 | 35 | -(NSString*)transformToPinyin; |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - 转化为拼音,并且取首字母 | |
| 38 | + 转化为拼音,并且取拼音首字母 | |
| 39 | 39 | |
| 40 | 40 | @return 拼音首字母 |
| 41 | 41 | */ |
| 42 | 42 | -(NSString*)takeFirstLetterOfPinyin; |
| 43 | 43 | |
| 44 | +/** | |
| 45 | + 转化为拼音,并且取每个字的拼音首字母 | |
| 46 | + | |
| 47 | + @return 每个字的拼音首字母 | |
| 48 | +*/ | |
| 49 | +-(NSString*)takeEachWordFirstLetterOfPinyin; | |
| 50 | + | |
| 44 | 51 | #pragma mark - 七牛云网络图片压缩 |
| 45 | 52 | |
| 46 | 53 | /** | ... | ... |
DSBaseModuleF/Frameworks/DSBaseModule.framework/Info.plist
No preview for this file type