Skip to content

Commit 75ef856

Browse files
committed
Remove V2
1 parent 742dafe commit 75ef856

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "StudyplusSDK-V2",
6+
name: "StudyplusSDK",
77
platforms: [
88
.iOS(.v11)
99
],
1010
products: [
1111
.library(
12-
name: "StudyplusSDK-V2",
13-
targets: ["StudyplusSDK-V2"]
12+
name: "StudyplusSDK",
13+
targets: ["StudyplusSDK"]
1414
)
1515
],
1616
targets: [
1717
.target(
18-
name: "StudyplusSDK-V2",
18+
name: "StudyplusSDK",
1919
path: "Lib/StudyplusSDK"
2020
)
2121
]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# StudyplusSDK-V2
1+
# StudyplusSDK
22

33
## Requirements
44

@@ -9,15 +9,15 @@
99

1010
### [Swift Package Manager](https://github.com/apple/swift-package-manager/)
1111

12-
<https://github.com/studyplus/Studyplus-iOS-SDK-V2>を追加してください。
12+
<https://github.com/studyplus/Studyplus-iOS-SDK>を追加してください。
1313

1414
### [CocoaPods](https://cocoapods.org/)
1515

16-
Podfileに `StudyplusSDK-V2` を追加してください。
16+
Podfileに `StudyplusSDK` を追加してください。
1717

1818
```ruby
1919
use_frameworks!
20-
pod 'StudyplusSDK-V2'
20+
pod 'StudyplusSDK'
2121
```
2222

2323
## Usage
@@ -29,7 +29,7 @@ pod 'StudyplusSDK-V2'
2929

3030
__studyplus-*{consumer key}*__ を URL Typesに追加してください。
3131

32-
![xcode](https://github.com/studyplus/Studyplus-iOS-SDK-V2/blob/master/docs/set_url_scheme.png)
32+
![xcode](https://github.com/studyplus/Studyplus-iOS-SDK/blob/main/docs/set_url_scheme.png)
3333

3434
### `consumer key``consumer secret`の追加
3535

@@ -119,7 +119,7 @@ Studyplus.shared.post(record, completion: { result in
119119

120120
## Demo app
121121

122-
![demo](https://github.com/studyplus/Studyplus-iOS-SDK-V2/blob/main/docs/demoapp_v2.jpg)
122+
![demo](https://github.com/studyplus/Studyplus-iOS-SDK/blob/main/docs/demoapp.jpg)
123123

124124
- Set __studyplus-*{your consumer key}*__ to URL Types in Demo.
125125
- Set __consumerKey__ and __consumerSecret__ in Info.plist of Demo.

StudyplusSDK-V2.podspec renamed to StudyplusSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
2-
s.name = "StudyplusSDK-V2"
2+
s.name = "StudyplusSDK"
33
s.version = "3.0.0"
4-
s.summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
4+
s.summary = "StudyplusSDK is Studyplus iOS SDK for Swift"
55
s.homepage = "https://info.studyplus.jp"
66
s.license = "MIT"
7-
s.source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git", :tag => s.version }
7+
s.source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK.git", :tag => s.version }
88
s.source_files = "StudyplusSDK", "Lib/StudyplusSDK/**/*.{swift}"
99
s.platform = :ios, '11.0'
1010
s.ios.deployment_target = '11.0'
File renamed without changes.

0 commit comments

Comments
 (0)