Commit 312bbc50 王帅

0.0.8

1 个父辈 17b16ac6
正在显示 50 个修改的文件 包含 26 行增加7 行删除
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'WSAnti-Test'
s.version = '0.0.7'
s.version = '0.0.8'
s.summary = 'A test framework of ZAnti-Addiction.'
# This description is used to generate tags and improve search results.
......@@ -28,8 +28,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.source_files = 'ZAnti-Addiction.framework/**/*.{h}'
s.vendored_frameworks = 'ZAnti-Addiction.framework'
s.source_files = 'ZAnti_Addiction.framework/**/*.{h}'
s.vendored_frameworks = 'ZAnti_Addiction.framework'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
......
Versions/Current/Headers
\ No newline at end of file
Versions/Current/Resources
\ No newline at end of file
Versions/Current/ZAnti-Addiction
\ No newline at end of file
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "ZAAManager.h"
FOUNDATION_EXPORT double ZAnti_AddictionVersionNumber;
FOUNDATION_EXPORT const unsigned char ZAnti_AddictionVersionString[];
此文件类型无法预览
framework module ZAnti_Addiction {
umbrella header "ZAnti-Addiction-umbrella.h"
export *
module * { export * }
}
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!