Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit a6b2bf2

Browse files
committed
support carthage
1 parent abef9e2 commit a6b2bf2

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

Demo/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.4</string>
18+
<string>1.0.5</string>
1919
<key>CFBundleURLTypes</key>
2020
<array>
2121
<dict>

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,21 @@ StudyplusSDK-V2 is [Studyplus iOS SDK](https://github.com/studyplus/Studyplus-iO
1313

1414
## Install
1515

16-
### CocoaPods
17-
16+
### [CocoaPods](https://cocoapods.org/)
17+
Add the following line to your Podfile:
1818
```ruby
19-
# Edit your podfile
2019
use_frameworks!
21-
pod 'StudyplusSDK-V2'
22-
```
23-
and run
24-
```pod install ```
25-
26-
### Carthage
2720

28-
- comming soon
29-
30-
### Manual install
21+
target 'YOUR_TARGET_NAME' do
22+
pod 'StudyplusSDK-V2'
23+
end
24+
```
3125

32-
- comming soon
26+
### [Carthage](https://github.com/Carthage/Carthage)
27+
Add the following line to your Cartfile:
28+
```swift
29+
github "studyplus/Studyplus-iOS-SDK-V2"
30+
```
3331

3432
## Usage
3533

StudyplusSDK-V2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "StudyplusSDK-V2"
3-
s.version = "1.0.4"
3+
s.version = "1.0.5"
44
s.summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
55
s.homepage = "http://info.studyplus.jp"
66
s.license = { :type => "MIT", :file => "LICENSE" }

StudyplusSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.4</string>
18+
<string>1.0.5</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)