测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | Apache 2 |
发布最后发布 | 2014年12月 |
由 未声明的 维护。
依赖 | |
可达性 | >= 0 |
SBJson | >= 0 |
ASIHTTPRequest | >= 0 |
用于集成 CocoaPods 的 iOS 应用程序的 Xtify 库。
使用 Cocoapods。
#### Podfile, example:
```platform :ios, '6.0'
pod 'XtifyLib'
post_install do |installer|
config = <<-XTIFYGLOBAL_H
#define xAppKey @"<your app key>"
#define xLocationRequired NO
#define xRunAlsoInBackground FALSE
#define xDesiredLocationAccuracy kCLLocationAccuracyKilometer // kCLLocationAccuracyBest
#define xBadgeManagerMethod XLInboxManagedMethod
#define xLogging TRUE
#define xMultipleMarkets FALSE
XTIFYGLOBAL_H
File.open("Pods/XtifyLib/XtifyLib/XtifyGlobal.h", "w") do |file|
file.puts config
end
end
```##``` ```