This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +23
-7
lines changed Expand file tree Collapse file tree 6 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.3 Release notes (2019-08-30)
2
+ =============================================================
3
+
4
+ ### API Breaking Changes
5
+
6
+ * None.
7
+
8
+ ### Enhancements
9
+
10
+ * None.
11
+
12
+ ### Bugfixes
13
+
14
+ * None.
15
+
1
16
1.3.2 Release notes (2019-06-21)
2
17
=============================================================
3
18
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.3.2 </string >
18
+ <string >1.3.3 </string >
19
19
<key >CFBundleURLTypes </key >
20
20
<array >
21
21
<dict >
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ SPEC CHECKSUMS:
13
13
14
14
PODFILE CHECKSUM: 352692b69057b39cb68c163e0c65e32a69dd4b91
15
15
16
- COCOAPODS: 1.6.1
16
+ COCOAPODS: 1.7.5
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ StudyplusSDK-V2 is [Studyplus iOS SDK](https://github.com/studyplus/Studyplus-iO
6
6
## Requirements
7
7
8
8
* iOS 8.0 or above
9
- * Swift 3 .0 or above
9
+ * Swift 4 .0 or above
10
10
11
11
## Dependency
12
12
* [ KeychainAccess] ( https://github.com/kishikawakatsumi/KeychainAccess )
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.3.2 "
3
+ s . version = "1.3.3 "
4
4
s . summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
5
- s . homepage = "http ://info.studyplus.jp"
5
+ s . homepage = "https ://info.studyplus.jp"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
7
7
s . source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git" , :tag => s . version }
8
8
s . source_files = "StudyplusSDK" , "StudyplusSDK/**/*.{swift}"
9
9
s . requires_arc = true
10
10
s . platform = :ios , '8.0'
11
11
s . ios . deployment_target = '8.0'
12
12
s . ios . frameworks = [ 'UIKit' , 'Foundation' ]
13
- s . author = { "studyplus" => "[email protected] " }
13
+ s . author = { 'Studyplus inc' => '[email protected] ' }
14
+ s . swift_versions = [ '4.2' , '5.0' ]
14
15
s . dependency 'KeychainAccess' , '3.2.0'
15
16
end
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.3.2 </string >
18
+ <string >1.3.3 </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