We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a085717 + fe0df5f commit f2d5837Copy full SHA for f2d5837
README.md
@@ -1,14 +1,14 @@
1
# iOS SDK集成
2
### 1.使用CocoaPods接入SDK
3
-* 使用CocoaPods引入 **AJAppSpSDK** 先进入项目Podfile文件进行配置
+* 使用CocoaPods引入 **AJSDKAppSp** 先进入项目Podfile文件进行配置
4
5
```
6
platform :ios, '9.0'
7
use_frameworks!
8
9
target '<Your Target Name>' do
10
# 示例:0.0.1,可以选择指定发布版本
11
- pod 'AJAppSpSDK', '~> 0.0.1'
+ pod 'AJSDKAppSp', '~> 0.0.1'
12
end
13
14
@@ -29,7 +29,7 @@ $ pod install
29
30
import UIKit
31
//导入头文件
32
-import AJAppSpSdk
+import AJSDKAppSp
33
34
class ViewController: UIViewController {
35
0 commit comments