-
Notifications
You must be signed in to change notification settings - Fork 0
/
InlinePlayerSDK.podspec
32 lines (16 loc) · 1.05 KB
/
InlinePlayerSDK.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
29
30
31
32
Pod::Spec.new do |s|
s.name = "InlinePlayerSDK"
s.version = "2023.11"
s.summary = "Simple SDK for developers to integrate with their app and provide in-app guidance for their users."
s.description = "With just one line of code, MyGuide SDK helps provide in-app guidance to your app users. Empower them through access to different guides and improve their overall experience and engagement while using your app."
s.homepage = "https://www.myguide.org/"
s.readme = 'https://github.com/edcast/MyGuidePlayerSDK/blob/master/README.md'
s.changelog = 'https://github.com/edcast/MyGuidePlayerSDK/blob/master/CHANGELOG.md'
s.license = "Commercial"
s.author = { "Edcast Inc" => "https://www.myguide.org/" }
s.platform = :ios, "11.0"
s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.source = { :git => 'https://github.com/edcast/MyGuidePlayerSDK.git', :tag => s.version }
s.vendored_frameworks = 'InlinePlayerSDK.xcframework'
end