File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.1 Release notes (2019-01-15)
2
+ =============================================================
3
+
4
+ ### API Breaking Changes
5
+
6
+ * None.
7
+
8
+ ### Enhancements
9
+
10
+ * Built with Xcode 10 & Swift 4.2.
11
+ * Update library.
12
+
13
+ ### Bugfixes
14
+
15
+ * None.
16
+
1
17
1.2.0 Release notes (2018-07-02)
2
18
=============================================================
3
19
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.2.0 </string >
18
+ <string >1.2.1 </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.2.0 "
3
+ s . version = "1.2.1 "
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,5 @@ 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.1 '
14
+ s . dependency 'KeychainAccess' , '3.1.2 '
15
15
end
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.2.0 </string >
18
+ <string >1.2.1 </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