This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Expand file tree Collapse file tree 4 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.4 </string >
18
+ <string >1.0.5 </string >
19
19
<key >CFBundleURLTypes </key >
20
20
<array >
21
21
<dict >
Original file line number Diff line number Diff line change @@ -13,23 +13,21 @@ StudyplusSDK-V2 is [Studyplus iOS SDK](https://github.com/studyplus/Studyplus-iO
13
13
14
14
## Install
15
15
16
- ### CocoaPods
17
-
16
+ ### [ CocoaPods] ( https://cocoapods.org/ )
17
+ Add the following line to your Podfile:
18
18
``` ruby
19
- # Edit your podfile
20
19
use_frameworks!
21
- pod ' StudyplusSDK-V2'
22
- ```
23
- and run
24
- ``` pod install ```
25
-
26
- ### Carthage
27
20
28
- - comming soon
29
-
30
- ### Manual install
21
+ target ' YOUR_TARGET_NAME' do
22
+ pod ' StudyplusSDK-V2'
23
+ end
24
+ ```
31
25
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
+ ```
33
31
34
32
## Usage
35
33
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "StudyplusSDK-V2"
3
- s . version = "1.0.4 "
3
+ s . version = "1.0.5 "
4
4
s . summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
5
5
s . homepage = "http://info.studyplus.jp"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.4 </string >
18
+ <string >1.0.5 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments