Skip to content

Commit f2d5837

Browse files
author
xuzhanqiang
committed
Merge branch 'main' of https://github.com/anji-plus/aj_ios_appsp into main
2 parents a085717 + fe0df5f commit f2d5837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# iOS SDK集成
22
### 1.使用CocoaPods接入SDK
3-
* 使用CocoaPods引入 **AJAppSpSDK** 先进入项目Podfile文件进行配置
3+
* 使用CocoaPods引入 **AJSDKAppSp** 先进入项目Podfile文件进行配置
44

55
```
66
platform :ios, '9.0'
77
use_frameworks!
88
99
target '<Your Target Name>' do
1010
# 示例:0.0.1,可以选择指定发布版本
11-
pod 'AJAppSpSDK', '~> 0.0.1'
11+
pod 'AJSDKAppSp', '~> 0.0.1'
1212
end
1313
1414
```
@@ -29,7 +29,7 @@ $ pod install
2929
```
3030
import UIKit
3131
//导入头文件
32-
import AJAppSpSdk
32+
import AJSDKAppSp
3333
3434
class ViewController: UIViewController {
3535

0 commit comments

Comments
 (0)