Skip to content

Commit 512345c

Browse files
committed
Update podspec file
1 parent a15ae6d commit 512345c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

StudyplusSDK-V2.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ Pod::Spec.new do |s|
33
s.version = "2.0.1"
44
s.summary = "StudyplusSDK-V2 is Studyplus iOS SDK for Swift"
55
s.homepage = "https://info.studyplus.jp"
6-
s.license = { :type => "MIT", :file => "LICENSE" }
6+
s.license = "MIT"
77
s.source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK-V2.git", :tag => s.version }
88
s.source_files = "StudyplusSDK", "Lib/StudyplusSDK/**/*.{swift}"
9-
s.requires_arc = true
109
s.platform = :ios, '11.0'
1110
s.ios.deployment_target = '11.0'
1211
s.ios.frameworks = ['UIKit', 'Foundation']
1312
s.author = { 'Studyplus inc' => '[email protected]' }
14-
s.swift_versions = ['4.2', '5.0']
13+
s.swift_versions = ['5.1', '5.2', '5.3']
1514
end

0 commit comments

Comments
 (0)