Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon authored and Jon committed Oct 20, 2016
1 parent 8cec9f9 commit d9c0bf4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
Binary file modified DroiAnalytics.framework/DroiAnalytics
Binary file not shown.
18 changes: 15 additions & 3 deletions DroiAnalytics.framework/Headers/DroiAnalytics.h
@@ -1,8 +1,8 @@


#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>

@class CLLocation;
#define DroiAnalyticsLog(...) [DroiAnalytics droiAnalyticsLog:[NSString stringWithFormat:__VA_ARGS__]]

@interface DroiAnalytics : NSObject

Expand Down Expand Up @@ -46,10 +46,22 @@

+ (void)event:(NSString *)eventId attributes:(NSDictionary *)attributes num:(NSInteger)num;

/**地位位置信息统计

/**Log信息记录,会在Crash时将此次启动到Crash之间的Log信息上传 可以直接使用DroiAnalyticsLog(...)
*/
+ (void)droiAnalyticsLog:(NSString *)log;


/**
地理位置信息统计
*/
+ (void)setLatitude:(double)latitude longitude:(double)longitude;

+ (void)setLocation:(CLLocation *)location;

/**
获取SDK版本
*/
+ (NSString *)getVersion;

@end
Binary file modified DroiAnalytics.framework/Info.plist
Binary file not shown.
Binary file modified DroiAnalytics.framework/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file modified DroiAnalytics.framework/_CodeSignature/CodeRequirements-1
Binary file not shown.
18 changes: 14 additions & 4 deletions DroiAnalytics.framework/_CodeSignature/CodeResources
Expand Up @@ -6,11 +6,11 @@
<dict>
<key>Headers/DroiAnalytics.h</key>
<data>
phk4jnQqSN2zwCo975XCD6sxsDQ=
7BXB/RKOYPXsXlCkbyM2JHuc4Ro=
</data>
<key>Info.plist</key>
<data>
2JmG6LshVxVgxqYNuzssNbG754A=
dW3eiMptwSPHJ4/v20yaidxnFos=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand All @@ -23,11 +23,11 @@
<dict>
<key>hash</key>
<data>
phk4jnQqSN2zwCo975XCD6sxsDQ=
7BXB/RKOYPXsXlCkbyM2JHuc4Ro=
</data>
<key>hash2</key>
<data>
j4QJnjXqF1OUjMntD+sw9O9TQPKAr17PMFF1fHH+omo=
5QeJD5vbX5EHx82GK5efmaI942yziMc41Gm9mBSN2aw=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down Expand Up @@ -60,6 +60,11 @@
<key>weight</key>
<real>1100</real>
</dict>
<key>^Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
Expand Down Expand Up @@ -105,6 +110,11 @@
<key>weight</key>
<real>1100</real>
</dict>
<key>^Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
Expand Down
Binary file modified DroiAnalytics.framework/_CodeSignature/CodeSignature
Binary file not shown.
4 changes: 2 additions & 2 deletions DroiAnalyticsSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DroiAnalyticsSDK"
s.version = "0.0.3"
s.version = "0.0.5"
s.summary = "卓易统计分析"
s.description = "帮助开发者快速集成统计分析功能"
s.homepage = "https://github.com/DroiBaaS"
Expand All @@ -18,4 +18,4 @@ s.vendored_frameworks = "**/DroiAnalytics.framework"

s.frameworks = 'Foundation', 'SystemConfiguration', 'CoreTelephony'
s.dependency 'DroiCoreSDK'
end
end

0 comments on commit d9c0bf4

Please sign in to comment.