-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStudyplusSDK.podspec
More file actions
14 lines (14 loc) · 714 Bytes
/
StudyplusSDK.podspec
File metadata and controls
14 lines (14 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "StudyplusSDK"
s.version = "4.0.0"
s.summary = "StudyplusSDK is Studyplus iOS SDK for Swift"
s.homepage = "https://info.studyplus.jp"
s.license = "MIT"
s.source = { :git => "https://github.com/studyplus/Studyplus-iOS-SDK.git", :tag => s.version }
s.source_files = "StudyplusSDK", "Lib/StudyplusSDK/**/*.{swift}"
s.platform = :ios, '11.0'
s.ios.deployment_target = '11.0'
s.ios.frameworks = ['UIKit', 'Foundation']
s.author = { 'Studyplus inc' => 'developer-all@studyplus.jp' }
s.swift_versions = ['5.1', '5.2', '5.3']
end