File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.1.1 </string >
18
+ <string >2.0.0 </string >
19
19
<key >CFBundleURLTypes </key >
20
20
<array >
21
21
<dict >
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.1.1 "
3
+ s . version = "2.0.0 "
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" }
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
11
11
s . ios . deployment_target = '8.0'
12
12
s . ios . frameworks = [ 'UIKit' , 'Foundation' ]
13
13
s . author = { "studyplus" => "[email protected] " }
14
- s . dependency 'KeychainAccess' , '3.1.0 '
14
+ s . dependency 'KeychainAccess' , '3.1.1 '
15
15
end
16
16
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.1.1 </string >
18
+ <string >2.0.0 </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