-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sakai.podspec
28 lines (22 loc) · 912 Bytes
/
Sakai.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod spec lint Sakai.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
Pod::Spec.new do |s|
s.name = "Sakai"
s.version = "0.2.0"
s.summary = "Sakai-iOS provides an easy way to build out a Sakai LMS learning experience."
s.description = <<-DESC
Sakai-iOS provides an easy way to build out a Sakai LMS learning experience within an iOS app.
DESC
s.homepage = "https://github.com/alihen/Sakai-iOS"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Alastair Hendricks"
s.social_media_url = "http://twitter.com/ali_hen"
s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/alihen/Sakai-iOS.git", :tag => s.version.to_s }
s.source_files = "Sakai/**/*.{swift}"
s.dependency "Moya", "13.0.1"
s.dependency "SwiftSoup", "2.3.2"
s.swift_version = "5.0"
end