Commit 60d02a5a 王帅

0.0.4

1 个父辈 d0d15efc
正在显示 50 个修改的文件 包含 5 行增加24 行删除
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'WSAnti-Test'
s.version = '0.0.3'
s.version = '0.0.4'
s.summary = 'A test framework of ZAnti-Addiction.'
# This description is used to generate tags and improve search results.
......
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!